Compare commits

..

10 Commits

Author SHA1 Message Date
Python Maint ddf10dfd97 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 14:38:08 +02:00
Python Maint 342ccc3ad6 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:02:25 +02:00
Lukáš Zachar e397ccab93 CI: Drop STI and use tmt instead
Resolves: rhbz#2383051

[skip changelog]
2025-08-05 01:23:26 +02:00
Fedora Release Engineering 5584e15d42 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 10:50:05 +00:00
Python Maint d26fbb9080 Rebuilt for Python 3.14 2025-06-03 17:09:54 +02:00
Python Maint 4376928134 Bootstrap for Python 3.14 2025-06-03 08:00:20 +02:00
Packit 14341febae Update to 0.0.16 upstream release
- Resolves: rhbz#2351720

Upstream tag: v0.0.16
Upstream commit: d4ed1c67

Commit authored by Packit automation (https://packit.dev/)
2025-03-12 17:52:23 +00:00
Packit 209db2d293 Update to 0.0.15 upstream release
- Resolves: rhbz#2349945

Upstream tag: v0.0.15
Upstream commit: 09d599d7

Commit authored by Packit automation (https://packit.dev/)
2025-03-05 09:15:41 +00:00
Miro Hrončok 63e08a75ee Use packit
[skip changelog]
2025-03-05 10:12:24 +01:00
Fedora Release Engineering 06c069c47a Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 20:13:09 +00:00
6 changed files with 49 additions and 31 deletions
+1
View File
@@ -0,0 +1 @@
1
+11
View File
@@ -0,0 +1,11 @@
upstream_project_url: https://github.com/fedora-python/tox-current-env
copy_upstream_release_description: false
create_sync_note: false
upstream_tag_template: v{version}
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
rawhide:
fast_forward_merge_into: [fedora-branched, epel-10]
+35
View File
@@ -0,0 +1,35 @@
execute:
how: tmt
discover:
- name: rpms_pyproject-rpm-macros
how: shell
url: https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git
tests:
- name: pyproject_pytest
path: /tests
test: ./mocktest.sh python-pytest
- name: pyproject_pluggy
path: /tests
test: ./mocktest.sh python-pluggy
- name: pyproject_openqa_client
path: /tests
test: ./mocktest.sh python-openqa_client
- name: pyproject_httpbin
path: /tests
test: ./mocktest.sh python-httpbin
- name: pyproject_ldap
path: /tests
test: ./mocktest.sh python-ldap
prepare:
- name: Install dependencies
how: install
package:
- mock
- rpmdevtools
- rpm-build
- dnf
- name: Update packages
how: shell
script: dnf upgrade -y
+1 -1
View File
@@ -3,7 +3,7 @@
%bcond tests %{without bootstrap}
Name: python-tox-current-env
Version: 0.0.14
Version: 0.0.16
Release: %autorelease
Summary: Tox plugin to run tests in current Python environment
+1 -1
View File
@@ -1 +1 @@
SHA512 (tox_current_env-0.0.14.tar.gz) = cca8153423d11aba50d207c526b746a539f17d037117ff8ff6ede7c2ddcb20ff3205befa7071f788944b656b0a77333d372b88bbcfd93605e1eb3de881dd60a0
SHA512 (tox_current_env-0.0.16.tar.gz) = bc97710b266c84219d80979df930953883995ff0526051c4e46fa62074a68865d18013143425851e9cd300d6836b155bfe3b17d9ee618015c631405e52c02805
-29
View File
@@ -1,29 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
dest: "pyproject-rpm-macros"
tests:
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
- pyproject_pluggy:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pluggy
- pyproject_openqa_client:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-openqa_client
- pyproject_httpbin:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-httpbin
- pyproject_ldap:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-ldap
required_packages:
- mock
- rpmdevtools
- rpm-build