File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed
Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ pulp-python 3.0 Release Notes
55pulp-python 3.0 is currently in Beta. Backwards incompatible changes
66might be made until Beta is over.
77
8+ 3.0.0b6
9+ =======
10+
11+ * See all changes `here <https://github.com/pulp/pulp_python/compare/3.0.0b5...3.0.0b6 >`_.
12+
13+ * Adds support for `pulpcore 3.0.0.rc2 <https://docs.pulpproject.org/en/3.0/rc/release-notes/pulpcore/3.0.x.html#rc2 >`_.
14+
15+ Changes urls for distributions and publications
16+
17+ * Adds lazy sync
18+
19+ * Docs replace snippets with testable scripts
20+
21+ 3.0.0b5
22+ =======
23+
24+ * Fix relative_path to allow pip install
25+
8263.0.0b4
927=======
1028
@@ -21,8 +39,3 @@ might be made until Beta is over.
2139 synced. This mirrors the 'prereleases' flag that packaging.specifiers.SpecifierSet provides.
2240
2341* Removes Python 3.5 support
24-
25- 3.0.0b5
26- =======
27-
28- * Fix relative_path to allow pip install
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55requirements = [
6- 'pulpcore-plugin~=0.1rc1 ' ,
6+ 'pulpcore-plugin~=0.1rc2 ' ,
77 'pkginfo' ,
88 'packaging' ,
99]
1313
1414setup (
1515 name = 'pulp-python' ,
16- version = '3.0.0b5 ' ,
16+ version = '3.0.0b6 ' ,
1717 description = 'pulp-python plugin for the Pulp Project' ,
1818 long_description = long_description ,
1919 license = 'GPLv2+' ,
You can’t perform that action at this time.
0 commit comments