diff --git a/1.12.0.tar.gz b/1.12.0.tar.gz deleted file mode 100644 index 3182ed675c07ea8b46ccdd7acecf9e3f0b9a581c..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..f6cffc9e0b625f8a9f79ee6feb5763b5db30b5e6 Binary files /dev/null and b/1.12.1.tar.gz differ diff --git a/python-beaker.spec b/python-beaker.spec index 561b82e02d6b949858cdbdf71c4bad4acaed5aed..c144748f6d3314634bfd3ae0912c699eaa9c7151 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)