From 683d2ab89ebfcb6573313aa6e60aca580a99b6fc Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 2 Oct 2024 12:24:00 +1000 Subject: [PATCH] Release 2.41.0 --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1365f319..8cbc5efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [2.41.0] - 2024-10-02 + +- `YumRepository.upload_comps_xml` now writes all fields on uploaded units + even when absent from the given XML, giving a more consistent "replace + existing comps" behavior. + ## [2.40.1] - 2024-09-27 - 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 - Initial release to PyPI -[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...HEAD +[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...HEAD +[2.41.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0 [2.40.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...v2.40.1 [2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2 [2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1 diff --git a/setup.py b/setup.py index 6eec04f3..3e2f95e8 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def get_requirements(): setup( name="pubtools-pulplib", - version="2.40.1", + version="2.41.0", packages=find_namespace_packages(where="src"), package_dir={"": "src"}, package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},