15
0
forked from pool/python-lazy

- update to 1.6:

* Implement ``lazy.__set_name__()`` which helps in cases like
  * ``foo=lazy(_foo)``.
  * Pin sphinx and sphinx-rtd-theme versions in docs extra.
  * Fix stray characters in keywords.
  * Allow type checkers to infer the type of a lazy attribute
  * Replace deprecated python setup.py test in tox.ini
  * Remove deprecated test_suite from setup.py
  * Move metadata to setup.cfg and add a pyproject.toml file
  * Include tests in sdist but not in wheel

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy?expand=0&rev=14
This commit is contained in:
2023-12-07 22:32:48 +00:00
committed by Git OBS Bridge
parent 3047a32ec3
commit 5ebd6b0839
4 changed files with 18 additions and 9 deletions
+14 -5
View File
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 7 22:32:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.6:
* Implement ``lazy.__set_name__()`` which helps in cases like
* ``foo=lazy(_foo)``.
* Pin sphinx and sphinx-rtd-theme versions in docs extra.
* Fix stray characters in keywords.
-------------------------------------------------------------------
Fri Jun 9 06:12:06 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -7,12 +16,12 @@ Fri Jun 9 06:12:06 UTC 2023 - ecsos <ecsos@opensuse.org>
Wed Jan 18 16:47:05 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 1.5
* Allow type checkers to infer the type of a lazy attribute
* Allow type checkers to infer the type of a lazy attribute
* Add Python 3.8-3.11 to tox.ini. Remove old Python versions
* Replace deprecated python setup.py test in tox.ini
* Remove deprecated test_suite from setup.py
* Move metadata to setup.cfg and add a pyproject.toml file
* Include tests in sdist but not in wheel
* Replace deprecated python setup.py test in tox.ini
* Remove deprecated test_suite from setup.py
* Move metadata to setup.cfg and add a pyproject.toml file
* Include tests in sdist but not in wheel
- use .tar.gz instead of .zip for better compression ratio
+1 -1
View File
@@ -19,7 +19,7 @@
%global modname lazy
%{?sle15_python_module_pythons}
Name: python-lazy
Version: 1.5
Version: 1.6
Release: 0
Summary: Lazy attributes for Python objects
License: BSD-2-Clause
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb3d8612aa895a48afe8f08860573ba8ef5ee4fdbe1b3cd606c5f50a16152186
size 9385
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7127324ec709e8324f08cb4611c1abe01776bda53bb9ce68dc5dfa46ca0ed3e9
size 10562