File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- n/a
1111
12+ ## [ 2.43.0] - 2025-10-02
13+
14+ - Added ` filelist ` attr and ` get_files() ` method to RpmUnit
15+
1216## [ 2.42.1] - 2025-04-01
1317
1418- Updated default value of ` YumRepository.ubi_config_version `
@@ -502,7 +506,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
502506
503507- Initial release to PyPI
504508
505- [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.1...HEAD
509+ [ Unreleased ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.43.0...HEAD
510+ [ 2.43.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.1...v2.43.0
506511[ 2.42.1 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.42.0...v2.42.1
507512[ 2.42.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.41.0...v2.42.0
508513[ 2.41.0 ] : https://github.com/release-engineering/pubtools-pulplib/compare/v2.40.1...v2.41.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_requirements():
3636
3737setup (
3838 name = "pubtools-pulplib" ,
39- version = "2.42.1 " ,
39+ version = "2.43.0 " ,
4040 packages = find_namespace_packages (where = "src" ),
4141 package_dir = {"" : "src" },
4242 package_data = {"pubtools.pulplib._impl.schema" : ["*.yaml" ]},
You can’t perform that action at this time.
0 commit comments