-
Wed Nov 26 2025 Ondřej Nosek <onosek@redhat.com> - 1.47-1
- Use ruff code checker instead of bandit (onosek)
- Clone the API key info into all help messages (mpospisi)
- README: Documentation link change, and new Jenkins link – `#606`_ (gleiro)
- `update`: Add unspecified update type (priv.luk@gmail.com)
- `request-unretirement`: Added a new command (amedvede)
- `request-repo`: creating project and package in Anitya (amedvede)
- Switch to %pyproject_* macros (onosek)
- `retire`: extend the command's console help - `rhbz#2189969`_ (onosek)
- Jenkinsfile: use local declaration instead of global (onosek)
- `srpm`: --offline arg to prevent connecting to Koji – `#600`_ (onosek)
-
Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.46-7
- Rebuilt for Python 3.14.0rc3 bytecode
-
Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.46-6
- Rebuilt for Python 3.14.0rc2 bytecode
-
Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.46-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
Tue Jun 24 2025 Ondřej Nosek <onosek@redhat.com> - 1.46-4
- Unify the hatchling macros with rpkg
-
Tue Jun 24 2025 Ondřej Nosek <onosek@redhat.com> - 1.46-3
- Switch to %pyproject_* macros
-
Wed Jun 04 2025 Python Maint <python-maint@redhat.com> - 1.46-2
- Rebuilt for Python 3.14
-
Wed Mar 19 2025 Ondřej Nosek <onosek@redhat.com> - 1.46-1
- `request-repo`: add `--onboard-packit` argument (nforro)
- Fork a package using anonymous auth - #574 (onosek)
- Check that auth tokens aren’t written to world-readable files (git)
- Don't allow to request repositories in modules/ namespace (miro)
- Do not auto-request EPEL x.y modules (carlwgeorge)
- Dynamically exclude Rawhide branch from fedpkg branching - #566 (samyak.jn11)
- Fix unittests when building for ELN target - #589 (onosek)
- Python 3.13 environment and renew testing image (onosek)
- `releases-info` should always show the same order - #569 (onosek)
- Update expired token exception instructions (astra)
- Clone epel10 branches with clone -B (carlwgeorge)
- Update expired token exception instructions (ferdnyc)
- Add setuptools to dependencies for Python 3.12+ (ferdnyc)
- Fix tests on EPEL 9/10. (romain.geissler)
- Fixing unittests for py36 (onosek)
- gitignore the name-version-build/ directory created by fedpkg prep/local (miro)
- Handle rhel runtimes when minor version exists in disttag (dherrera)
- Add tests cases for runtime_disttag removal when working with epel10 (dherrera)
- Improvements on string parsing (dherrera)
- Get macros from epel-candidate build target. (dherrera)
- Fix EPEL10 branch expression to cover 2 or more digits. (dherrera)
- Use minor value from koji when no minor in branch name (dherrera)
- Fix minor requirements for EPEL10+ in test (dherrera)
- Do not auto-request ELN modules (yselkowi)
- Fixes missing key in distro.os_release_info() (onosek)
- Update check_bodhi_version to check for >= 6.0.0 (awilliam)
- Modernize and clean unittest imports (awilliam)
- Replace and update use of deprecated 'linux_distribution' (awilliam)
- Drop all usage of six (awilliam)
- Drop support for bodhi-client <= 5 (awilliam)
- Add py313 environment as that's current (awilliam)
- Fix URL of Bodhi in staging (nils)
- Extend load_rpmdefines to work with EPEL10+ (dherrera)
- Add EPEL10+ url pattern on assert_valid_epel_package (dherrera)
- Test url usage in assert_valid_epel_package (dherrera)
- Add EPEL10 branch name cases as valid (dherrera)
- Test for valid EPEL branch names (dherrera)
- Don't print the branch name after dash when there is no dash - 554 (miro)
- Don't use hatchling on python 3.6 (dherrera)
- Remove mbs.fedoraproject.org scopes from git cred helper (kj)
- Fix unittests after creating the project in hatch (onosek)
-
Wed Feb 26 2025 Ondřej Nosek <onosek@redhat.com> - 1.45-10
- Dynamically exclude Rawhide branch from fedpkg branching
- Do not auto-request EPEL x.y modules
- Don't allow to request repositories in modules/ namespace
-
Tue Feb 18 2025 Ondřej Nosek <onosek@redhat.com> - 1.45-9
- `releases-info` should always show the same order
- Python 3.13 environment and renew testing image
- Fix unittests when building for ELN target