We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff47325 commit f9ced95Copy full SHA for f9ced95
CHANGELOG
@@ -1,3 +1,11 @@
1
+3.3.4
2
+* Exclude prereleases unless specifically selected (issue #141)
3
+* Improve handling of PEP 440 requirements (issue #182)
4
+* Avoid unnecessary PyPI downloads
5
+* Avoid duplicate packages (issue #178)
6
+* Exclude *.egg_info from the list of packages
7
+* Use the new %pypi_source macro for Source URL (issue #172)
8
+
9
3.3.3
10
* Work around an error that occurred when setup.py contained print() calls
11
* Use the pythonX_version macro instead of "?.?" in pth and egg-info paths
pyp2rpm/version.py
@@ -1 +1 @@
-version = '3.3.3'
+version = '3.3.4'
0 commit comments