From bee456b98fa10458972849e7ef24018486c56e0f13f504ab6172ec4a7a8af383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Sep 2019 13:16:32 +0000 Subject: [PATCH] Accepting request 733443 from home:kstreitova:branches:openSUSE:Tools - Update to 1.1.5 bsc#1099674: * Use https in URL in spec-cleaner.spec test * Remove duplicated backslash in regexp * Parallelize test run * Add jupyter_move_config to excludes from bracketing * Do not fail if URL is ftp:// or other protocol * Make xdist enabled by default on all test runs and add xdist to deps * By default remove groups from packages - remove spec-cleaner-1.1.4_test_https.patch that is no longer needed OBS-URL: https://build.opensuse.org/request/show/733443 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=140 --- spec-cleaner-1.1.4.tar.gz | 3 --- spec-cleaner-1.1.4_test_https.patch | 26 -------------------------- spec-cleaner-1.1.5.tar.gz | 3 +++ spec-cleaner.changes | 13 +++++++++++++ spec-cleaner.spec | 5 ++--- 5 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 spec-cleaner-1.1.4.tar.gz delete mode 100644 spec-cleaner-1.1.4_test_https.patch create mode 100644 spec-cleaner-1.1.5.tar.gz diff --git a/spec-cleaner-1.1.4.tar.gz b/spec-cleaner-1.1.4.tar.gz deleted file mode 100644 index fcf9e51..0000000 --- a/spec-cleaner-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bea9cb7a14f8e35a01dd3c8e5c1993342212e72b70750aaf8e4e25ffc99e4711 -size 492345 diff --git a/spec-cleaner-1.1.4_test_https.patch b/spec-cleaner-1.1.4_test_https.patch deleted file mode 100644 index 3a09268..0000000 --- a/spec-cleaner-1.1.4_test_https.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: spec-cleaner-spec-cleaner-1.1.4/tests/in/spec-cleaner.spec -=================================================================== ---- spec-cleaner-spec-cleaner-1.1.4.orig/tests/in/spec-cleaner.spec -+++ spec-cleaner-spec-cleaner-1.1.4/tests/in/spec-cleaner.spec -@@ -24,7 +24,7 @@ Release: 0 - Summary: .spec file cleaner - License: BSD-3-Clause - Group: Development/Tools/Other --Url: http://github.com/openSUSE/spec-cleaner -+Url: https://github.com/openSUSE/spec-cleaner - Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz - BuildRequires: python - %if 0%{?suse_version} > 01220 -Index: spec-cleaner-spec-cleaner-1.1.4/tests/out-minimal/spec-cleaner.spec -=================================================================== ---- spec-cleaner-spec-cleaner-1.1.4.orig/tests/out-minimal/spec-cleaner.spec -+++ spec-cleaner-spec-cleaner-1.1.4/tests/out-minimal/spec-cleaner.spec -@@ -23,7 +23,7 @@ Release: 0 - Summary: .spec file cleaner - License: BSD-3-Clause - Group: Development/Tools/Other --URL: http://github.com/openSUSE/spec-cleaner -+URL: https://github.com/openSUSE/spec-cleaner - Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz - BuildRequires: python - Requires: python-base diff --git a/spec-cleaner-1.1.5.tar.gz b/spec-cleaner-1.1.5.tar.gz new file mode 100644 index 0000000..76e54bc --- /dev/null +++ b/spec-cleaner-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ac3debe136fe49c6bacdc7b297dbac467b8d99cf4f060029ea4697df002fe1 +size 495848 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 68fe7e5..73d0703 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 26 12:47:05 UTC 2019 - Kristyna Streitova + +- Update to 1.1.5 bsc#1099674: + * Use https in URL in spec-cleaner.spec test + * Remove duplicated backslash in regexp + * Parallelize test run + * Add jupyter_move_config to excludes from bracketing + * Do not fail if URL is ftp:// or other protocol + * Make xdist enabled by default on all test runs and add xdist to deps + * By default remove groups from packages +- remove spec-cleaner-1.1.4_test_https.patch that is no longer needed + ------------------------------------------------------------------- Wed Jul 17 08:17:52 UTC 2019 - Kristyna Streitova diff --git a/spec-cleaner.spec b/spec-cleaner.spec index d1848ca..715c80f 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -18,17 +18,17 @@ Name: spec-cleaner -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause Group: Development/Tools/Other URL: https://github.com/openSUSE/spec-cleaner Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz -Patch0: spec-cleaner-1.1.4_test_https.patch BuildRequires: python3-pytest BuildRequires: python3-pytest-cov BuildRequires: python3-pytest-runner +BuildRequires: python3-pytest-xdist BuildRequires: python3-setuptools # For the pkg_resources used in the binary loader Requires: python3-setuptools @@ -51,7 +51,6 @@ user to use spec-cleaner rather than to stick to perl based format_spec_file. %prep %setup -q -n %{name}-%{name}-%{version} -%patch0 -p1 %build python3 setup.py build