Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cf0febea14 | |||
| 5ea44d285d | |||
| 1050535ae0 | |||
| 15d44380d0 |
@@ -1,4 +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>
|
||||
<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:b608fabfd81a64d35e746da55faeab4736010cbb959046e2c42b11e9b6eb53ae
|
||||
size 5904909
|
||||
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,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: python-openqa_review
|
||||
version: 1.30.0
|
||||
mtime: 1722596312
|
||||
commit: aa6f001cfac6130d1037a39e76d4f80c86baaa79
|
||||
version: 1.40.0
|
||||
mtime: 1751892911
|
||||
commit: 25c62083a305c7dcb87ffbec6576a1ecf8cf36b9
|
||||
|
||||
@@ -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
|
||||
@@ -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