Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94863657f4 |
@ -1 +0,0 @@
|
||||
1
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
||||
/cffi-*.tar.gz
|
||||
/cffi-*.tar.bz2
|
||||
/cffi-*/
|
||||
/results_python-cffi/
|
||||
*.rpm
|
||||
SOURCES/cffi-2.0.0.tar.gz
|
||||
|
||||
1
.python3.14-cffi.metadata
Normal file
1
.python3.14-cffi.metadata
Normal file
@ -0,0 +1 @@
|
||||
7f243fa8c19d66adf226622811857e46ed302f57 SOURCES/cffi-2.0.0.tar.gz
|
||||
@ -1,3 +1,13 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 2;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global python3_pkgversion 3.14
|
||||
|
||||
Name: python%{python3_pkgversion}-cffi
|
||||
@ -57,4 +67,20 @@ based on LuaJIT’s FFI.
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## START: Generated by rpmautospec
|
||||
* Tue Jan 13 2026 Charalampos Stratakis <cstratak@redhat.com> - 2.0.0-2
|
||||
- Fix Py_XDECREF of an unitialized pointer
|
||||
- Resolves: RHEL-120834
|
||||
|
||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.0.0-1
|
||||
- Update to 2.0.0 - taken from Fedora 4e8a485
|
||||
|
||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 1.17.1-3
|
||||
- Add gating
|
||||
|
||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.17.1-2
|
||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
||||
|
||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.17.1-1
|
||||
- RHEL: Rename SPEC to python3.14-cffi.spec
|
||||
## END: Generated by rpmautospec
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
19
plan.fmf
19
plan.fmf
@ -1,19 +0,0 @@
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
dist-git-install-builddeps: true
|
||||
tests:
|
||||
- name: unittests
|
||||
test: |
|
||||
cd $(dirname $TMT_SOURCE_DIR/cffi*/testing)
|
||||
pytest-3.14 testing/
|
||||
require:
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- python3.14-devel
|
||||
- python3.14-pytest
|
||||
- python3.14-cffi
|
||||
- python3.14-setuptools
|
||||
Loading…
Reference in New Issue
Block a user