pagure Logo
  • Log In

rpms / python-rpm-macros

Clone
Source Code
GIT
  • Source
  • Issues 
  • Pull Requests  2
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases
Monitoring status:
Bugzilla Assignee:
Fedora:
python-maint
EPEL:
python-maint

Bugzilla Assignee

These two fields allow to specify a different default assignee for ticket opened against this package in bugzilla. Note: The EPEL field is always displayed for packages in the 'rpms' namespace regardless of whether it is used in bugzilla or not.

Orphan package

Commits 133

Branch: f33
el5 el6 epel7 f22 f23 f24 f25 f26 f27 f27-modularity f28 f29 f30 f31 f32 f33 f34 f35 f36 f37 f38 main private-torsava-master rawhide
This branch contains 13 commits not in the main branch rawhide
Move import_all_modules out of python-srpm-macros
Miro Hrončok • a year ago  
81b1e19
%py(3)_check_import: Process .pth files in site(arch|lib)
Miro Hrončok • a year ago  
ddc1b5c
Fix %%py_shebang_flags handling within %%py_check_import
Karolina Surma • a year ago  
75a3c6b
Allow multiline arguments processing for %%py3_check_import
Karolina Surma • a year ago  
208372b
Add new options for %%py{3}_check_import: -f, -t, -e
Karolina Surma • a year ago  
41f5962
Define a new macros %python_wheel_dir and %python_wheel_pkg_prefix
Tomas Orsava • a year ago  
189f169
Introduce %py3_check_import
Miro Hrončok • 2 years ago  
ca6e522
Test %python3_sitelib and %python3_sitearch
Karolina Surma • 2 years ago  
77d1af6
%pytest: Set $PYTEST_ADDOPTS when %{__pytest_addopts} is defined
Miro Hrončok • 2 years ago  
c6f5b94
Escape a macro in an old %changelog entry
Miro Hrončok • 2 years ago  
32d7dd2
Allow commas as argument separator for extras names in %python_extras_subpkg
Miro Hrončok • 2 years ago  
dff23ea
Make extras_subpkg description more general
Lumir Balhar • 2 years ago  
ab22483
Fix %python_extras_subpkg with underscores in extras names
Miro Hrončok • 2 years ago  
c79a12d
Move import_all_modules out of python-srpm-macros
Miro Hrončok • a year ago  
81b1e19
%py(3)_check_import: Process .pth files in site(arch|lib)
Miro Hrončok • a year ago  
ddc1b5c
Fix %%py_shebang_flags handling within %%py_check_import
Karolina Surma • a year ago  
75a3c6b
Allow multiline arguments processing for %%py3_check_import
Karolina Surma • a year ago  
208372b
Add new options for %%py{3}_check_import: -f, -t, -e
Karolina Surma • a year ago  
41f5962
Define a new macros %python_wheel_dir and %python_wheel_pkg_prefix
Tomas Orsava • a year ago  
189f169
Introduce %py3_check_import
Miro Hrončok • 2 years ago  
ca6e522
Test %python3_sitelib and %python3_sitearch
Karolina Surma • 2 years ago  
77d1af6
%pytest: Set $PYTEST_ADDOPTS when %{__pytest_addopts} is defined
Miro Hrončok • 2 years ago  
c6f5b94
Escape a macro in an old %changelog entry
Miro Hrončok • 2 years ago  
32d7dd2
Allow commas as argument separator for extras names in %python_extras_subpkg
Miro Hrončok • 2 years ago  
dff23ea
Make extras_subpkg description more general
Lumir Balhar • 2 years ago  
ab22483
Fix %python_extras_subpkg with underscores in extras names
Miro Hrončok • 2 years ago  
c79a12d
Tests: Amend the comment for TESTED_FILES
Miro Hrončok • 2 years ago  
230ce7f
Automatically word-wrap the description of extras subpackages
Miro Hrončok • 2 years ago  
c746b25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Fedora Release Engineering • 2 years ago  
5b5cc39
Support defining %py3_shebang_flags to %nil
Miro Hrončok • 2 years ago  
e5429a7
Add %python3_platform_triplet and %python3_ext_suffix
Miro Hrončok • 2 years ago  
06987f5
python3-devel is required on the CI for pythontest.spec
Miro Hrončok • 2 years ago  
a712d45
Use versioned pytest executable in `%pytest` macro for non-main Python stack
Lumir Balhar • 2 years ago  
0253654
Add a test for %py_byte_compile macro
Lumir Balhar • 2 years ago  
431e438
Implement an environment variable to run tests with specific macros
Lumir Balhar • 2 years ago  
2eb41fe
Adapt %py(3)_shebang_fix to use versioned pathfixX.Y.py
Lumir Balhar • 2 years ago  
1979a78
Disable Python hash seed randomization in %py_byte_compile
Lumir Balhar • 2 years ago  
0eae1d9
Make %py3_dist respect %python3_pkgversion
Lumir Balhar • 2 years ago  
638f809
Add --no-index --no-warn-script-location pip options to %pyX_install_wheel
Miro Hrončok • 2 years ago  
06ee391
Define %python_platform (as a Python version agnostic option to %python3_platform)
Miro Hrončok • 2 years ago  
0086612
Make the unversioned %__python macro error
Miro Hrončok • 2 years ago  
69b1b30
Adapt %%py_dist_name to keep square brackets
Miro Hrončok • 2 years ago  
59abe83
Add %python_extras_subpkg
Miro Hrončok • 2 years ago  
763d24c
Use compileall from stdlib for Python >= 3.9
Lumir Balhar • 2 years ago  
3a211cc
Allow to combine %pycached with other macros (e.g. %exclude or %ghost)
Miro Hrončok • 2 years ago  
985a805
Require the exact same version-release of other subpackages of this package
Miro Hrončok • 2 years ago  
bae52ea
https://fedoraproject.org/wiki/Changes/Python3.9
Miro Hrončok • 2 years ago  
5919708
Implement %pyX_shebang_fix
Miro Hrončok • 2 years ago  
7237192
Strip tildes from %version in %pypi_source by default, add tests
Miro Hrončok • 2 years ago  
4569c61
Implement %pytest
Miro Hrončok • 2 years ago  
0d3f1e6
Change %__default_python3_pkgversion from 38 to 3.8
Miro Hrončok • 2 years ago  
5f3e4d6
Require recent enough SRPM macros from RPM macros, to prevent missing Lua files
Miro Hrončok • 2 years ago  
76aecd9
Reuse python.python_altprovides in %python_provide
Miro Hrončok • 2 years ago  
25355e4
Fedora CI: Add eval tests for %python_provide and %py_provides
Miro Hrončok • 2 years ago  
f5bea8c
Make %py_provides work repeatedly
Miro Hrončok • 2 years ago  
5fe9747
Implement %py_provides
Miro Hrončok • 2 years ago  
8fea79b
Add functions to be used in %py_provides and the provides generator
Miro Hrončok • 2 years ago  
125134c
Reorganize the spec
Miro Hrončok • 2 years ago  
a5778bf
Add common Lua functions, use a Lua function in %python_provide
Miro Hrončok • 2 years ago  
b314efc
remove direct_url.json file and sed it out from RECORD
Tomas Hrnciar • 2 years ago  
daf7d32
Make pythonX-rpm-macros depend on python-rpm-macros
Miro Hrončok • 2 years ago  
fed99a0
Update of bundled compileall2 module to 0.7.1 (bugfix release)
Lumir Balhar • 2 years ago  
15e32a3
  • « Newer
  • page 1 of 3
  • » Older
Powered by Pagure 5.13.3
Documentation • File an Issue • About this Instance • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.