Accepting request 733445 from openSUSE:Tools

OBS-URL: https://build.opensuse.org/request/show/733445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2019-09-26 18:43:51 +00:00 committed by Git OBS Bridge
commit 98a8a95690
5 changed files with 18 additions and 32 deletions

BIN
spec-cleaner-1.1.4.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -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