forked from pool/python-logilab-common
- update 1.11.0:
* modutils: mark as deprecated all code that is going to be removed
* textutils: add support for background colors
* update logging colors scheme to match modern pratice
* No upstream changelog available
- Update to 1.9.7
* Add header_message in ConfigurationMixIn.generate_config
available on debian buste
* add a with_tempdir decorator ensuring all temporary files and
* improve DotBackend configuration. graphiz rendered can now be
* clcommands: commands may be hidden (eg not displayed in help),
generic ListCommandsCommand useful to build bash completion
* changelog: module to parse ChangeLog file as this one,
* date: new nb_open_days function counting worked days between
* testlib: introduce InnerTest class to name generative tests,
* shellutils: use shutil.move instead of os.rename as default
avoiding potential bugs with inheritance when using cached class
correctly its "version" argument)
functions in favor of new function shellutils.find
* compat: use the set module when available, added sorted()
* tree: renamed leafs() to leaves()
- remove noarch for now
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logilab-common?expand=0&rev=65
This commit is contained in:
3
logilab-common-1.11.0.tar.gz
Normal file
3
logilab-common-1.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95697aeb9e276ce04279cdb8889ec618a11c632fe06039fdc0c8a5dcf3ea5a49
|
||||||
|
size 206834
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4a8d201b6f1eb46aa5367a3c3d274a50ec50d20f57d8ffa8d4bdea26edbfde7
|
|
||||||
size 206662
|
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 20 19:35:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update 1.11.0:
|
||||||
|
* modutils: mark as deprecated all code that is going to be removed
|
||||||
|
* textutils: add support for background colors
|
||||||
|
* update logging colors scheme to match modern pratice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 6 21:58:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Jan 6 21:58:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-logilab-common
|
# spec file for package python-logilab-common
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-logilab-common
|
Name: python-logilab-common
|
||||||
Version: 1.9.8
|
Version: 1.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python lowlevel functionality shared by logilab projects
|
Summary: Python lowlevel functionality shared by logilab projects
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
|||||||
Reference in New Issue
Block a user