15
0
forked from pool/python-aenum

Accepting request 913995 from home:glaubitz:branches:devel:languages:python

- Update to 3.1.0:
  * redo EnumConstants
  * add `__set_name__` to `constant`
  * add new test; make re strings raw

OBS-URL: https://build.opensuse.org/request/show/913995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aenum?expand=0&rev=14
This commit is contained in:
2021-08-28 17:45:46 +00:00
committed by Git OBS Bridge
parent a2f731a896
commit 873eb1d0d9
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 24 11:38:26 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.1.0:
* redo EnumConstants
* add `__set_name__` to `constant`
* add new test; make re strings raw
-------------------------------------------------------------------
Tue Apr 13 04:55:38 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-aenum
Version: 3.0.0
Version: 3.1.0
Release: 0
Summary: Advanced Enumerations, NamedTuples, and NamedConstants
License: BSD-3-Clause