Compare commits

..

2 Commits

Author SHA256 Message Date
Ana Guerrero
d0829901c3 Accepting request 1237378 from openSUSE:Tools
- Update to version 1.2.3+6:
  * Do not modify copyright by default
  * Move setup.py configuration to pyproject.toml
  * Post release version bump
  * CI: Drop 3.6 and 3.7 versions

OBS-URL: https://build.opensuse.org/request/show/1237378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=73
2025-01-13 16:53:10 +00:00
e04ef53bca - Update to version 1.2.3+6:
* Do not modify copyright by default
  * Move setup.py configuration to pyproject.toml
  * Post release version bump
  * CI: Drop 3.6 and 3.7 versions

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=170
2025-01-13 10:39:51 +00:00
6 changed files with 14 additions and 25 deletions

View File

@ -1,13 +0,0 @@
name: OBS build
run-name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}

BIN
spec-cleaner-1.2.3+3.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee4b77425418a569dee8410e991eea3828e532ce178283cc4f03b87d901b621c
size 2779148

View File

@ -1,8 +1,11 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 1 06:01:13 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com> Mon Jan 13 10:32:20 UTC 2025 - daniel.garcia@suse.com
- Update to version 1.2.3+3 - Update to version 1.2.3+6:
+ move setup.py configuration to pyproject.toml * Do not modify copyright by default
* Move setup.py configuration to pyproject.toml
* Post release version bump
* CI: Drop 3.6 and 3.7 versions
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 8 10:51:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com> Mon Jul 8 10:51:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,4 +1,4 @@
name: spec-cleaner name: spec-cleaner
version: 1.2.3+3 version: 1.2.3+6
mtime: 1723104429 mtime: 1736490110
commit: 478e0dd66310803a81d743239f1171ecacede45e commit: a8670c9e97571514396c2aae6cd8461d8e71da1f

View File

@ -1,7 +1,7 @@
# #
# spec file for package spec-cleaner # spec file for package spec-cleaner
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org> # Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: spec-cleaner Name: spec-cleaner
Version: 1.2.3+3 Version: 1.2.3+6
Release: 0 Release: 0
Summary: .spec file cleaner Summary: .spec file cleaner
License: BSD-3-Clause License: BSD-3-Clause
@ -62,7 +62,6 @@ rm pytest.ini
%endif %endif
%check %check
exit 1
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
# Tests that requires network # Tests that requires network
donttest="webtest or url_https.spec" donttest="webtest or url_https.spec"