From c4815094fa4f0c6fb19069481d68aa3f1121480096512b8f1671af8406ec7833 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 10:06:30 +0000 Subject: [PATCH] - update to 1.105: * More understandable module hotfixes description * Add options to download only built RPMs/spec files * Use the --dirname parameter for copr-cli monitor * Disable appstream by default OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-copr-cli?expand=0&rev=10 --- copr-cli-1.104.tar.gz | 3 --- copr-cli-1.105.tar.gz | 3 +++ python-copr-cli.changes | 9 +++++++++ python-copr-cli.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 copr-cli-1.104.tar.gz create mode 100644 copr-cli-1.105.tar.gz diff --git a/copr-cli-1.104.tar.gz b/copr-cli-1.104.tar.gz deleted file mode 100644 index 34d4d7f..0000000 --- a/copr-cli-1.104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f8c761f1b3f3fd983afd068862b4dbb308d74ba28c6a539c6003de988a1594d -size 64161 diff --git a/copr-cli-1.105.tar.gz b/copr-cli-1.105.tar.gz new file mode 100644 index 0000000..02532a9 --- /dev/null +++ b/copr-cli-1.105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7443d749b759a88585cdbe94856bafe40f7f00dd9421ecf7d54162b398fd031a +size 64301 diff --git a/python-copr-cli.changes b/python-copr-cli.changes index b4fa9c2..f23e586 100644 --- a/python-copr-cli.changes +++ b/python-copr-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 10 10:05:34 UTC 2023 - Dirk Müller + +- update to 1.105: + * More understandable module hotfixes description + * Add options to download only built RPMs/spec files + * Use the --dirname parameter for copr-cli monitor + * Disable appstream by default + ------------------------------------------------------------------- Wed Dec 7 15:55:47 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-copr-cli.spec b/python-copr-cli.spec index 6e36b3a..abf075d 100644 --- a/python-copr-cli.spec +++ b/python-copr-cli.spec @@ -1,7 +1,7 @@ # # spec file for package python-copr-cli # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: python-copr-cli -Version: 1.104 +Version: 1.105 Release: 0 Summary: Copr cli License: GPL-2.0-or-later -URL: https://pagure.io/copr/copr +URL: https://github.com/fedora-copr/copr Source: https://files.pythonhosted.org/packages/source/c/copr-cli/copr-cli-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes