Skip to content

Commit bca868c

Browse files
pulpbotmdellweg
authored andcommitted
Update Changelog
1 parent f311c79 commit bca868c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGES.md

+30
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,36 @@
88

99
[//]: # (towncrier release notes start)
1010

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+
1141
## 3.12.5 (2024-10-25) {: #3.12.5 }
1242

1343
#### Bugfixes {: #3.12.5-bugfix }

0 commit comments

Comments
 (0)