- update to 1.8.3:

* Add header_message in ConfigurationMixIn.generate_config 
  * configuration: better error message
  * rql repo has been moved
  * add test on python3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logilab-common?expand=0&rev=60
This commit is contained in:
Dirk Mueller 2022-02-14 21:47:17 +00:00 committed by Git OBS Bridge
parent 8984cc6e13
commit ff6856a6ab
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a50659f6f952af58654f89f65136214025ca203406f3508642d5c2e1c83d30c
size 199196

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faf6989c869788c4eb35658774a2e9a097dd4112051932dfa08837f0838cf641
size 199278

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 14 21:46:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.8.3:
* Add header_message in ConfigurationMixIn.generate_config
* configuration: better error message
* rql repo has been moved
* add test on python3.8
-------------------------------------------------------------------
Mon Mar 8 08:40:44 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-logilab-common
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-logilab-common
Version: 1.8.1
Version: 1.8.3
Release: 0
Summary: Python lowlevel functionality shared by logilab projects
License: LGPL-2.1-or-later
Group: Development/Languages/Python
URL: http://www.logilab.org/projects/common/
URL: https://www.logilab.org/project/logilab-common
Source: https://files.pythonhosted.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros