forked from pool/python-atpublic
Accepting request 894740 from home:pgajdos:python
- version update to 2.3
2.3 (2021-04-13)
================
* Do type hinting the right way. (GL#10)
2.2 (2021-04-13)
================
* ``public()`` and ``private()`` can't be correctly type annotated, so the
type hints on these two functions have been removed. The ``ModuleAware``
was also removed. (GL#10)
* Added a ``py.typed`` file to satisfy type checkers. (GL#9)
* Fixed a documentation cross-reference bug.
OBS-URL: https://build.opensuse.org/request/show/894740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:048dec41e2abbea53b3296e469c3e1172c2062f0524e4365a1441da990d23185
|
||||
size 14953
|
||||
3
atpublic-2.3.tar.gz
Normal file
3
atpublic-2.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41dc52166821eb46f5c0d078d178b83252867c54c572e3d0b5c44d6605c46267
|
||||
size 15317
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 21 08:42:52 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.3
|
||||
2.3 (2021-04-13)
|
||||
================
|
||||
* Do type hinting the right way. (GL#10)
|
||||
|
||||
2.2 (2021-04-13)
|
||||
================
|
||||
* ``public()`` and ``private()`` can't be correctly type annotated, so the
|
||||
type hints on these two functions have been removed. The ``ModuleAware``
|
||||
was also removed. (GL#10)
|
||||
* Added a ``py.typed`` file to satisfy type checkers. (GL#9)
|
||||
* Fixed a documentation cross-reference bug.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 07:48:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-atpublic
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-atpublic
|
||||
Version: 2.1.1
|
||||
Version: 2.3
|
||||
Release: 0
|
||||
Summary: @public decorator for populating __all__
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user