diff --git a/aenum-2.2.1.tar.gz b/aenum-2.2.1.tar.gz deleted file mode 100644 index 3a60d63..0000000 --- a/aenum-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b12a7be3d89b270f266f8643aaa126404e5cdc0929bd6f09548b8eaed85e2aa1 -size 105129 diff --git a/aenum-2.2.3.tar.gz b/aenum-2.2.3.tar.gz new file mode 100644 index 0000000..a289a75 --- /dev/null +++ b/aenum-2.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8 +size 106574 diff --git a/python-aenum.changes b/python-aenum.changes index eec7f85..f141933 100644 --- a/python-aenum.changes +++ b/python-aenum.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 11 11:56:29 UTC 2019 - Tomáš Chvátal + +- Update to 2.2.3: + * Various minor fixes + ------------------------------------------------------------------- Mon Jul 29 14:51:06 UTC 2019 - pgajdos@suse.com diff --git a/python-aenum.spec b/python-aenum.spec index 040e513..7f0e7fc 100644 --- a/python-aenum.spec +++ b/python-aenum.spec @@ -1,7 +1,7 @@ # # spec file for package python-aenum # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-aenum -Version: 2.2.1 +Version: 2.2.3 Release: 0 Summary: Advanced Enumerations, NamedTuples, and NamedConstants License: BSD-3-Clause Group: Development/Languages/Python -Url: https://bitbucket.org/stoneleaf/aenum +URL: https://bitbucket.org/stoneleaf/aenum Source: https://files.pythonhosted.org/packages/source/a/aenum/aenum-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes