From ff6856a6abcc2115a5935484e3a3b4ea885266755b80985ee02a29f7eba5291f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Feb 2022 21:47:17 +0000 Subject: [PATCH] - 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 --- logilab-common-1.8.1.tar.gz | 3 --- logilab-common-1.8.3.tar.gz | 3 +++ python-logilab-common.changes | 9 +++++++++ python-logilab-common.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 logilab-common-1.8.1.tar.gz create mode 100644 logilab-common-1.8.3.tar.gz diff --git a/logilab-common-1.8.1.tar.gz b/logilab-common-1.8.1.tar.gz deleted file mode 100644 index 83940a3..0000000 --- a/logilab-common-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a50659f6f952af58654f89f65136214025ca203406f3508642d5c2e1c83d30c -size 199196 diff --git a/logilab-common-1.8.3.tar.gz b/logilab-common-1.8.3.tar.gz new file mode 100644 index 0000000..a874b8d --- /dev/null +++ b/logilab-common-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf6989c869788c4eb35658774a2e9a097dd4112051932dfa08837f0838cf641 +size 199278 diff --git a/python-logilab-common.changes b/python-logilab-common.changes index fb9059b..3fccce5 100644 --- a/python-logilab-common.changes +++ b/python-logilab-common.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 14 21:46:33 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-logilab-common.spec b/python-logilab-common.spec index 8cb65bd..4b5b3b1 100644 --- a/python-logilab-common.spec +++ b/python-logilab-common.spec @@ -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