forked from pool/python-openqa_review
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 216f8bf880 | |||
| 16b018e5d4 |
4
_service
4
_service
@@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="filename">python-openqa_review</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://github.com/os-autoinst/openqa_review.git</param>
|
||||
@@ -8,7 +8,7 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">okurz@suse.com</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">xz</param>
|
||||
|
||||
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/os-autoinst/openqa_review.git</param>
|
||||
<param name="changesrevision">aa6f001cfac6130d1037a39e76d4f80c86baaa79</param></service></servicedata>
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdf6127b3a1f45e92f4b774fd5c268a487819680ea7bd3b2b47d164e8503e56f
|
||||
size 5902861
|
||||
oid sha256:b608fabfd81a64d35e746da55faeab4736010cbb959046e2c42b11e9b6eb53ae
|
||||
size 5904909
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 07:33:59 UTC 2025 - okurz@suse.com
|
||||
|
||||
- Update to version 1.30.0:
|
||||
* Add commandline usage from git clone
|
||||
* Mention NO_REMINDER_REGEX as additional option to prevent reminders
|
||||
* tox: Update tested python versions
|
||||
* tox: Add python3.13 which is already in Tumbleweed
|
||||
* Apply black suggestions as of 2024-08-01
|
||||
* Encode values in URLs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 05:48:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: python-openqa_review
|
||||
version: 1.30.0
|
||||
mtime: 1660641459
|
||||
commit: cf75c86ff71506f55c1ebcd680c068c16648cf65
|
||||
mtime: 1722596312
|
||||
commit: aa6f001cfac6130d1037a39e76d4f80c86baaa79
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-openqa_review
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -59,7 +59,7 @@ Requires: python-requests
|
||||
Requires: python-setuptools
|
||||
Requires: python-sortedcontainers
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user