15
0
forked from pool/python-aenum

- Update to 2.2.3:

* Various minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aenum?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-12-11 11:56:49 +00:00
committed by Git OBS Bridge
parent 5e5c830e8e
commit 0f10fbf394
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b12a7be3d89b270f266f8643aaa126404e5cdc0929bd6f09548b8eaed85e2aa1
size 105129

3
aenum-2.2.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8
size 106574

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 11 11:56:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.2.3:
* Various minor fixes
-------------------------------------------------------------------
Mon Jul 29 14:51:06 UTC 2019 - pgajdos@suse.com

View File

@@ -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