Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
eff2380c6c | |||
8807b73707 | |||
08c73a2436 | |||
ac57fb95df | |||
aed8e88377 | |||
e441bbefd8 | |||
d1274f3d32 | |||
f31001ab81 |
13
.gitea/workflows/ci.yaml
Normal file
13
.gitea/workflows/ci.yaml
Normal 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)
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
BIN
spec-cleaner-1.2.3+3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Mon Jul 8 10:51:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: spec-cleaner
|
name: spec-cleaner
|
||||||
version: 1.2.3+1
|
version: 1.2.3+3
|
||||||
mtime: 1720169521
|
mtime: 1723104429
|
||||||
commit: bc35e1eb055ce06879f9c4c57b912c82f717a8e0
|
commit: 478e0dd66310803a81d743239f1171ecacede45e
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: spec-cleaner
|
Name: spec-cleaner
|
||||||
Version: 1.2.3+1
|
Version: 1.2.3+3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -62,6 +62,7 @@ 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"
|
||||||
|
Reference in New Issue
Block a user