diff --git a/.gitignore b/.gitignore index 9b3cd8f..39c5391 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/wrapt-1.17.0.tar.gz +SOURCES/wrapt-1.17.1.tar.gz diff --git a/.python-wrapt.metadata b/.python-wrapt.metadata index 347c557..2b6af53 100644 --- a/.python-wrapt.metadata +++ b/.python-wrapt.metadata @@ -1 +1 @@ -27642ee5095dd9818a06bfc8e11802a13e73ccf1 SOURCES/wrapt-1.17.0.tar.gz +2bd9eb16a1d0c8b4b7945c173d99d0f835c54b2a SOURCES/wrapt-1.17.1.tar.gz diff --git a/SOURCES/packit.yaml b/SOURCES/packit.yaml new file mode 100644 index 0000000..7fc1f67 --- /dev/null +++ b/SOURCES/packit.yaml @@ -0,0 +1,12 @@ +upstream_project_url: https://github.com/GrahamDumpleton/wrapt +copy_upstream_release_description: false + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all diff --git a/SPECS/python-wrapt.spec b/SPECS/python-wrapt.spec index 2e5112b..e8a9940 100644 --- a/SPECS/python-wrapt.spec +++ b/SPECS/python-wrapt.spec @@ -15,7 +15,7 @@ %bcond docs 1 Name: python-wrapt -Version: 1.17.0 +Version: 1.17.1 Release: %autorelease Summary: A Python module for decorators, wrappers and monkey patching @@ -104,6 +104,9 @@ PYTHONPATH="${PWD}" %make_build -C docs latex \ %changelog ## START: Generated by rpmautospec +* Sun Jan 12 2025 Benjamin A. Beasley - 1.17.1-1 +- Update to 1.17.1 (close RHBZ#2337061) + * Wed Nov 27 2024 Benjamin A. Beasley - 1.17.0-1 - Update to 1.17.0 (close RHBZ#2316909)