File tree 11 files changed +33
-15
lines changed
11 files changed +33
-15
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ // ] : # ( towncrier release notes start )
10
10
11
+ ## 3.13.0 (2025-02-05) {: #3 .13.0 }
12
+
13
+ #### Features {: #3 .13.0-feature }
14
+
15
+ - Added pulpcore 3.70 compatibility
16
+
17
+ #### Bugfixes {: #3 .13.0-bugfix }
18
+
19
+ - Fixed uploads not supporting packages using metadata spec 2.3
20
+ [ #682 ] ( https://github.com/pulp/pulp_python/issues/682 )
21
+ - Fixed the ` package_types ` filter breaking other remote filters.
22
+ [ #691 ] ( https://github.com/pulp/pulp_python/issues/691 )
23
+ - Fixed package name normalization issue preventing syncing packages with "." or "_ " in their names.
24
+ [ #716 ] ( https://github.com/pulp/pulp_python/issues/716 )
25
+ - Fixed replicate failing on upstream on-demand repositories
26
+ [ #718 ] ( https://github.com/pulp/pulp_python/issues/718 )
27
+ - Fixed ` requires_python ` field not being properly set on package upload.
28
+
29
+ Run the new ` pulpcore-manager repair-python-metadata ` command with repositories containing affected
30
+ packages to repair their metadata.
31
+ [ #773 ] ( https://github.com/pulp/pulp_python/issues/773 )
32
+ - Fixed the JSONField specification so it doesn't break ruby bindings.
33
+ See context [ here] ( https://github.com/pulp/pulp_rpm/issues/3639 ) .
34
+
35
+ #### Misc {: #3 .13.0-misc }
36
+
37
+ - [ #774 ] ( https://github.com/pulp/pulp_python/issues/774 )
38
+
39
+ ---
40
+
11
41
## 3.12.5 (2024-10-25) {: #3 .12.5 }
12
42
13
43
#### Bugfixes {: #3 .12.5-bugfix }
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
11
11
name = "pulp_python.app"
12
12
label = "python"
13
- version = "3.13.0.dev "
13
+ version = "3.13.0"
14
14
python_package_name = "pulp-python"
15
15
domain_compatible = True
16
16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
7
7
8
8
[project ]
9
9
name = " pulp-python"
10
- version = " 3.13.0.dev "
10
+ version = " 3.13.0"
11
11
description = " pulp-python plugin for the Pulp Project"
12
12
readme = " README.md"
13
13
authors = [
@@ -77,7 +77,7 @@ ignore = [
77
77
[tool .bumpversion ]
78
78
# This section is managed by the plugin template. Do not edit manually.
79
79
80
- current_version = " 3.13.0.dev "
80
+ current_version = " 3.13.0"
81
81
commit = false
82
82
tag = false
83
83
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments