diff --git a/1.12.0.tar.gz b/1.12.0.tar.gz deleted file mode 100644 index 3182ed6..0000000 Binary files a/1.12.0.tar.gz and /dev/null differ diff --git a/1.12.1.tar.gz b/1.12.1.tar.gz new file mode 100644 index 0000000..f6cffc9 Binary files /dev/null and b/1.12.1.tar.gz differ diff --git a/python-beaker.spec b/python-beaker.spec index 561b82e..c144748 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -1,12 +1,12 @@ %bcond_with tests Name: python-beaker -Version: 1.12.0 -Release: 2 +Version: 1.12.1 +Release: 1 Summary: A web session and general caching library. License: BSD and MIT URL: http://beaker.readthedocs.io -Source0: https://github.com/bbangert/beaker/archive/refs/tags/1.12.0.tar.gz +Source0: https://github.com/bbangert/beaker/archive/refs/tags/1.12.1.tar.gz Patch6000: beaker-use-system-paste.patch BuildArch: noarch @@ -65,6 +65,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Mon Jun 5 2023 dillon chen 1.12.1-1 +- upgrade package version to 1.12.1 + * Thu Jun 1 2023 dillon chen 1.12.0-3 - remove python-crypto(EOL)