-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
48 lines (34 loc) · 1.09 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 1.4.1
- Bump Jinja2 2.11.0 -> 2.11.3
# 1.4
- Resolve issue #16 (@Spedoske) with wrong split package name
- Resolve issue #15 (@salotz-sitx) with wrong version of the MarkupSafe
# 1.3-alpha.0
_Note: Version v1.2 was revoked due to incorrect numeration (missing alpha tag could mislead that this is the final version)_
# 1.2
- Add experimental support for .whl packages (there is no option to merge .tag.gz and .whl approach)
# 1.1
- Add an option to download latest package locally
# 1.0
- Introduce refactored code
- Better messages
# 0.2.3
- Add missing lib dataclasses
# 0.2.2
- Fix issue with incorrect import in .whl package
# 0.2.1
- README.md and setup.py update
# 0.2
- Introduce a option to update specific builtin packages using --update
# 0.1.4
- Fix: Add missing requirements (install_requires) into setup.py
# 0.1.3
- Fix: URL to pypi.org for the package.py is now generic one
# 0.1.2
- Fix: Version in the package.py is descending
- Fix: All versions are listed (packagetype=sdist)
- pip2spack always looking for the .tar.gz package
# 0.1.1
- Fix: Missing template
# 0.1
- Initial release