- Version update to 1.0.2 bsc#1077177:

* Allow changelog-year specification via cmdline
  * Switch to pytest
  * Add groups for rust
  * Fix bug in otherprovides removal

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=114
This commit is contained in:
Tomáš Chvátal 2018-01-23 10:02:49 +00:00 committed by Git OBS Bridge
parent 0c85362868
commit b94bf0e2d5
5 changed files with 19 additions and 9 deletions

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

Binary file not shown.

BIN
spec-cleaner-1.0.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 23 10:01:37 UTC 2018 - tchvatal@suse.com
- Version update to 1.0.2 bsc#1077177:
* Allow changelog-year specification via cmdline
* Switch to pytest
* Add groups for rust
* Fix bug in otherprovides removal
-------------------------------------------------------------------
Wed Dec 6 15:53:43 UTC 2017 - tchvatal@suse.com

View File

@ -4,5 +4,5 @@ Version: 1.0.1-1
Binary: spec-cleaner
Maintainer: Tomáš Chvátal <tchvatal@suse.com>
Architecture: all
Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose,
python3-setuptools, dh-python
Build-Depends: debhelper (>= 9), python3-dev, python3-pytest,
python3-pytest-runner, python3-pytest-cov, python3-setuptools, dh-python

View File

@ -1,7 +1,7 @@
#
# spec file for package spec-cleaner
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -20,7 +20,7 @@
# This is used for Fedora, we need to sync this
%{!?py3_ver: %define py3_ver %{python3_version}}
Name: spec-cleaner
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: .spec file cleaner
License: BSD-3-Clause
@ -33,8 +33,9 @@ Source3: debian.control
Source4: debian.rules
Source5: %{name}.dsc
BuildRequires: python3-devel
BuildRequires: python3-mock
BuildRequires: python3-nose
BuildRequires: python3-pytest
BuildRequires: python3-pytest-cov
BuildRequires: python3-pytest-runner
BuildRequires: python3-setuptools
# For the pkg_resources used in the binary loader
Requires: python3-setuptools