forked from pool/python-openqa_review
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cf0febea14 | |||
| 5ea44d285d | |||
| 1050535ae0 | |||
| 15d44380d0 | |||
| 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">25c62083a305c7dcb87ffbec6576a1ecf8cf36b9</param></service></servicedata>
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
osc up
|
||||
osc rm *.obscpio
|
||||
osc service disabledrun
|
||||
osc service manualrun
|
||||
version=$(osc diff | sed -n 's/^.*Update to version \([0-9.]\+\):/\1/p')
|
||||
sed -i -e "s/^\(Version:\s*\)[0-9.]\+/\1$version/g" python-openqa_review.spec
|
||||
osc add *.obscpio
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdf6127b3a1f45e92f4b774fd5c268a487819680ea7bd3b2b47d164e8503e56f
|
||||
size 5902861
|
||||
3
python-openqa_review-1.40.0.obscpio
Normal file
3
python-openqa_review-1.40.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b4689579f45ad2faccf74fd43be5251d3880823005ff308bfdc8c2d0ce8a85f
|
||||
size 5909517
|
||||
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 07 19:55:37 UTC 2025 - okurz@suse.com
|
||||
|
||||
- Update to version 1.40.0:
|
||||
* dist: Remove deprecated macros to build openqa_review
|
||||
* dist: Add .spec file to git
|
||||
* Remove flake pinned version
|
||||
* Remove checks running under no longer supported Ubuntu version
|
||||
* Adapt artifact upload to deprecation of `actions/upload-artifact@v2`
|
||||
* Fix typos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 07:06:19 UTC 2025 - Yiannis Bonatakis <ioannis.bonatakis@suse.com>
|
||||
|
||||
- Remove deprecated macros to build openqa_review
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
version: 1.40.0
|
||||
mtime: 1751892911
|
||||
commit: 25c62083a305c7dcb87ffbec6576a1ecf8cf36b9
|
||||
|
||||
@@ -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
|
||||
@@ -32,7 +32,7 @@
|
||||
%define binaries openqa-review openqa-review-daily-email openqa-review-sles-ha tumblesle-release openqa-review-functional_yast_concise
|
||||
%define oldpython python
|
||||
Name: python-%{short_name}%{?name_ext}
|
||||
Version: 1.30.0
|
||||
Version: 1.40.0
|
||||
Release: 0
|
||||
Summary: A review helper script for openQA
|
||||
License: MIT
|
||||
@@ -42,7 +42,9 @@ BuildRequires: python-rpm-macros
|
||||
%if 0%{?_test}
|
||||
BuildRequires: python3-%{short_name} == %{version}
|
||||
%else
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
# workaround because of python-configparser not providing the '__init__.py'
|
||||
# file within site-packages/backports
|
||||
@@ -59,7 +61,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
|
||||
@@ -82,7 +84,7 @@ A review helper script for openQA. For more details look into the README file.
|
||||
# reason
|
||||
touch %{_sourcedir}/%{short_name}
|
||||
%else
|
||||
%setup -q
|
||||
%autosetup
|
||||
# delete shebang of files not in executable path
|
||||
find %{short_name}/ -name '*.py' -print0 | xargs -0 sed -i '1s/#!.*$//'
|
||||
%endif
|
||||
@@ -92,7 +94,7 @@ find %{short_name}/ -name '*.py' -print0 | xargs -0 sed -i '1s/#!.*$//'
|
||||
openqa-review --help
|
||||
tumblesle-release --help
|
||||
%else
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
%endif
|
||||
|
||||
%install
|
||||
@@ -100,7 +102,7 @@ tumblesle-release --help
|
||||
# disable debug packages in package test to prevent error about missing files
|
||||
%define debug_package %{nil}
|
||||
%else
|
||||
%python_install
|
||||
%pyproject_install
|
||||
rm %{buildroot}/%{python_sitelib}/version.*
|
||||
|
||||
for i in %{binaries}; do
|
||||
|
||||
Reference in New Issue
Block a user