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
This commit is contained in:
parent
cae59089e7
commit
bee456b98f
BIN
spec-cleaner-1.1.4.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-1.1.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -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
|
|
BIN
spec-cleaner-1.1.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-1.1.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 26 12:47:05 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
|
||||||
|
|
||||||
|
- 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 <kstreitova@suse.com>
|
Wed Jul 17 08:17:52 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
|
||||||
|
|
||||||
|
@ -18,17 +18,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: spec-cleaner
|
Name: spec-cleaner
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: https://github.com/openSUSE/spec-cleaner
|
URL: https://github.com/openSUSE/spec-cleaner
|
||||||
Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
|
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
|
||||||
BuildRequires: python3-pytest-cov
|
BuildRequires: python3-pytest-cov
|
||||||
BuildRequires: python3-pytest-runner
|
BuildRequires: python3-pytest-runner
|
||||||
|
BuildRequires: python3-pytest-xdist
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
# For the pkg_resources used in the binary loader
|
# For the pkg_resources used in the binary loader
|
||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
@ -51,7 +51,6 @@ user to use spec-cleaner rather than to stick to perl based format_spec_file.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user