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

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