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:
parent
2fd0f25d82
commit
b82a6bce27
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,20 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
- update to 1.9.8:
|
- update to 1.9.8:
|
||||||
* No upstream changelog available
|
* No upstream changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 29 14:53:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Thu Sep 29 14:53:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to 1.9.7
|
- Update to 1.9.7
|
||||||
No log
|
No log
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 14 21:46:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon Feb 14 21:46:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 1.8.3:
|
- update to 1.8.3:
|
||||||
* Add header_message in ConfigurationMixIn.generate_config
|
* Add header_message in ConfigurationMixIn.generate_config
|
||||||
* configuration: better error message
|
* configuration: better error message
|
||||||
* rql repo has been moved
|
* rql repo has been moved
|
||||||
* add test on python3.8
|
* add test on python3.8
|
||||||
@ -26,7 +34,7 @@ Mon Mar 8 08:40:44 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
* feature: add tox helpers to make pipy and debian releases
|
* feature: add tox helpers to make pipy and debian releases
|
||||||
* fix: use TypedDict if python version > 3.8 only, otherwise use a Dict
|
* fix: use TypedDict if python version > 3.8 only, otherwise use a Dict
|
||||||
(TypedDict were imported from typing_extension 3.7.4, which is not
|
(TypedDict were imported from typing_extension 3.7.4, which is not
|
||||||
available on debian buste
|
available on debian buste
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 19 13:21:12 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 19 13:21:12 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
@ -482,9 +490,9 @@ Fri Aug 22 14:53:25 CEST 2008 - garloff@suse.de
|
|||||||
|
|
||||||
- Update to 0.34.0:
|
- Update to 0.34.0:
|
||||||
* changelog properly adds new line at the end of each entry
|
* changelog properly adds new line at the end of each entry
|
||||||
* add a with_tempdir decorator ensuring all temporary files and
|
* add a with_tempdir decorator ensuring all temporary files and
|
||||||
dirs are removed
|
dirs are removed
|
||||||
* improve DotBackend configuration. graphiz rendered can now be
|
* improve DotBackend configuration. graphiz rendered can now be
|
||||||
selected and additionnal graph parameter used
|
selected and additionnal graph parameter used
|
||||||
* db: support of Decimal Type
|
* db: support of Decimal Type
|
||||||
- Update to 0.33.0:
|
- Update to 0.33.0:
|
||||||
@ -514,13 +522,13 @@ Fri Aug 22 14:53:25 CEST 2008 - garloff@suse.de
|
|||||||
* pytest: pytestconf.py for customization
|
* pytest: pytestconf.py for customization
|
||||||
- Update to 0.30.0:
|
- Update to 0.30.0:
|
||||||
* db: remember logged user on the connection
|
* db: remember logged user on the connection
|
||||||
* clcommands: commands may be hidden (eg not displayed in help),
|
* clcommands: commands may be hidden (eg not displayed in help),
|
||||||
generic ListCommandsCommand useful to build bash completion
|
generic ListCommandsCommand useful to build bash completion
|
||||||
helpers
|
helpers
|
||||||
* changelog: module to parse ChangeLog file as this one,
|
* changelog: module to parse ChangeLog file as this one,
|
||||||
backported from logilab.devtools
|
backported from logilab.devtools
|
||||||
- Update to 0.29.1:
|
- Update to 0.29.1:
|
||||||
* date: new nb_open_days function counting worked days between
|
* date: new nb_open_days function counting worked days between
|
||||||
two dates
|
two dates
|
||||||
* adbh: add -p option to mysql commands to ask for password
|
* adbh: add -p option to mysql commands to ask for password
|
||||||
- Update to 0.29.0:
|
- Update to 0.29.0:
|
||||||
@ -531,7 +539,7 @@ Fri Aug 22 14:53:25 CEST 2008 - garloff@suse.de
|
|||||||
- Update to 0.28.2:
|
- Update to 0.28.2:
|
||||||
* testlib: restore python2.3 compatiblity
|
* testlib: restore python2.3 compatiblity
|
||||||
- Update to 0.28.1:
|
- Update to 0.28.1:
|
||||||
* testlib: introduce InnerTest class to name generative tests,
|
* testlib: introduce InnerTest class to name generative tests,
|
||||||
fix generative tests description storage
|
fix generative tests description storage
|
||||||
* pytest: fix -s option
|
* pytest: fix -s option
|
||||||
* modutils: included Stefan Rank's patch to deal with 2.4 relative import
|
* modutils: included Stefan Rank's patch to deal with 2.4 relative import
|
||||||
@ -599,21 +607,21 @@ Tue Jul 17 01:31:39 CEST 2007 - garloff@suse.de
|
|||||||
* fix a bug which provoqued a crash if devtools was not installed
|
* fix a bug which provoqued a crash if devtools was not installed
|
||||||
- Update to 0.22.0:
|
- Update to 0.22.0:
|
||||||
* pytest improvements
|
* pytest improvements
|
||||||
* shellutils: use shutil.move instead of os.rename as default
|
* shellutils: use shutil.move instead of os.rename as default
|
||||||
action of mv
|
action of mv
|
||||||
* db: new `list_users` and `sql_drop_unique_constraint` methods i
|
* db: new `list_users` and `sql_drop_unique_constraint` methods i
|
||||||
on advanced helpers
|
on advanced helpers
|
||||||
* deprecation: new `obsolete` decorator
|
* deprecation: new `obsolete` decorator
|
||||||
- Update to 0.21.3:
|
- Update to 0.21.3:
|
||||||
* fixed cached decorator to use __dict__ instead of attribute lookup,
|
* fixed cached decorator to use __dict__ instead of attribute lookup,
|
||||||
avoiding potential bugs with inheritance when using cached class
|
avoiding potential bugs with inheritance when using cached class
|
||||||
methods
|
methods
|
||||||
- Update to 0.21.2:
|
- Update to 0.21.2:
|
||||||
* fix ReST normalization (#3471)
|
* fix ReST normalization (#3471)
|
||||||
- Update to 0.21.1:
|
- Update to 0.21.1:
|
||||||
* tree: make Node iterable (iter on its children)
|
* tree: make Node iterable (iter on its children)
|
||||||
* configuration: fix #3197 (OptionsManagerMixin __init__ isn't passing
|
* configuration: fix #3197 (OptionsManagerMixin __init__ isn't passing
|
||||||
correctly its "version" argument)
|
correctly its "version" argument)
|
||||||
* textutils: new 'rest' argument to normalize_text to better deal with
|
* textutils: new 'rest' argument to normalize_text to better deal with
|
||||||
ReST formated text
|
ReST formated text
|
||||||
* some packaging fixes
|
* some packaging fixes
|
||||||
@ -626,7 +634,7 @@ Tue Jul 17 01:31:39 CEST 2007 - garloff@suse.de
|
|||||||
module. At this occasion new "decorators" and "deprecation" modules
|
module. At this occasion new "decorators" and "deprecation" modules
|
||||||
has been added
|
has been added
|
||||||
* deprecated fileutils.[files_by_ext,include_files_by_ext,exclude_files_by_ext]
|
* deprecated fileutils.[files_by_ext,include_files_by_ext,exclude_files_by_ext]
|
||||||
functions in favor of new function shellutils.find
|
functions in favor of new function shellutils.find
|
||||||
* mark the following modules for deprecation, they will be removed in a
|
* mark the following modules for deprecation, they will be removed in a
|
||||||
near version:
|
near version:
|
||||||
- astutils: moved to astng
|
- astutils: moved to astng
|
||||||
@ -774,15 +782,15 @@ Mon Dec 19 23:52:40 CET 2005 - garloff@suse.de
|
|||||||
|
|
||||||
- Update to 0.12.0:
|
- Update to 0.12.0:
|
||||||
* shellutils: bug fix in mv()
|
* shellutils: bug fix in mv()
|
||||||
* compat: use the set module when available, added sorted()
|
* compat: use the set module when available, added sorted()
|
||||||
and reversed()
|
and reversed()
|
||||||
* table: new methods and some optimizations
|
* table: new methods and some optimizations
|
||||||
* tree: renamed leafs() to leaves()
|
* tree: renamed leafs() to leaves()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 13 00:51:31 CEST 2005 - ro@suse.de
|
Sat Aug 13 00:51:31 CEST 2005 - ro@suse.de
|
||||||
|
|
||||||
- remove noarch for now
|
- remove noarch for now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 3 02:27:56 CEST 2005 - garloff@suse.de
|
Wed Aug 3 02:27:56 CEST 2005 - garloff@suse.de
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user