Compare commits

...

8 Commits

Author SHA256 Message Date
eff2380c6c Move exit to the begining
Some checks failed
OBS build / build (pull_request) Has been cancelled
2024-11-13 12:08:43 +01:00
8807b73707 Break tests
Some checks failed
OBS build / build (pull_request) Has been cancelled
2024-11-13 12:07:26 +01:00
08c73a2436 Add build ci
Some checks failed
OBS build / build (pull_request) Has been cancelled
2024-11-13 11:22:27 +01:00
ac57fb95df Merge pull request 'Break tests' (#2) from test-branch into factory
Reviewed-on: dgarcia/spec-cleaner#2
2024-10-02 10:14:35 +02:00
aed8e88377 Fix build
All checks were successful
obs/scm/build
2024-10-02 09:33:51 +02:00
e441bbefd8 Break tests 2024-10-01 09:39:26 +02:00
d1274f3d32 Merge pull request 'Update to version 1.2.3+3' (#1) from feature-branch into factory
Reviewed-on: dgarcia/spec-cleaner#1
2024-10-01 08:07:58 +02:00
f31001ab81 Update to version 1.2.3+3 2024-10-01 08:04:18 +02:00
6 changed files with 27 additions and 7 deletions

13
.gitea/workflows/ci.yaml Normal file
View File

@ -0,0 +1,13 @@
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+1.obscpio (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 1 06:01:13 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 1.2.3+3
+ move setup.py configuration to pyproject.toml
-------------------------------------------------------------------
Mon Jul 8 10:51:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,4 +1,4 @@
name: spec-cleaner
version: 1.2.3+1
mtime: 1720169521
commit: bc35e1eb055ce06879f9c4c57b912c82f717a8e0
version: 1.2.3+3
mtime: 1723104429
commit: 478e0dd66310803a81d743239f1171ecacede45e

View File

@ -18,7 +18,7 @@
Name: spec-cleaner
Version: 1.2.3+1
Version: 1.2.3+3
Release: 0
Summary: .spec file cleaner
License: BSD-3-Clause
@ -62,6 +62,7 @@ rm pytest.ini
%endif
%check
exit 1
export LANG=en_US.UTF-8
# Tests that requires network
donttest="webtest or url_https.spec"