forked from pool/python-decorator
- update to 4.4.1:
Changed the description to "Decorators for Humans" are requested by several users. Fixed a .rst bug in the description as seen in PyPI. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=44
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de
|
||||
size 34559
|
||||
3
decorator-4.4.1.tar.gz
Normal file
3
decorator-4.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54c38050039232e1db4ad7375cfce6748d7b41c29e95a081c8a6d2c30364a2ce
|
||||
size 33350
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 19:11:44 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 4.4.1:
|
||||
Changed the description to "Decorators for Humans" are requested by
|
||||
several users. Fixed a .rst bug in the description as seen in PyPI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 15:15:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-decorator
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,9 +20,9 @@
|
||||
#
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-decorator
|
||||
Version: 4.4.0
|
||||
Version: 4.4.1
|
||||
Release: 0
|
||||
Summary: Non-nested signature-retaining Python decorators
|
||||
Summary: Decorators for Humans
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/micheles/decorator
|
||||
@@ -58,7 +58,7 @@ redirecting_stdout, locked, etc. more accessible.
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.md README.md
|
||||
%doc CHANGES.md README.rst
|
||||
%{python_sitelib}/decorator.py*
|
||||
%pycache_only %{python_sitelib}/__pycache__/decorator.*.py*
|
||||
%{python_sitelib}/decorator-%{version}-py*.egg-info
|
||||
|
||||
Reference in New Issue
Block a user