File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- n/a
11
11
12
+ ## [ 2.41.0] - 2024-10-02
13
+
14
+ - ` YumRepository.upload_comps_xml ` now writes all fields on uploaded units
15
+ even when absent from the given XML, giving a more consistent "replace
16
+ existing comps" behavior.
17
+
12
18
## [ 2.40.1] - 2024-09-27
13
19
14
20
- Added support for repository creation with Distributor
@@ -486,7 +492,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
486
492
487
493
- Initial release to PyPI
488
494
489
- [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...HEAD
495
+ [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...HEAD
496
+ [ 2.41.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
490
497
[ 2.40.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1
491
498
[ 2.39.2 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
492
499
[ 2.39.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_requirements():
36
36
37
37
setup (
38
38
name = "pubtools-pulplib" ,
39
- version = "2.40.1 " ,
39
+ version = "2.41.0 " ,
40
40
packages = find_namespace_packages (where = "src" ),
41
41
package_dir = {"" : "src" },
42
42
package_data = {"pubtools.pulplib._impl.schema" : ["*.yaml" ]},
You can’t perform that action at this time.
0 commit comments