pythoncapi-compat-tools-0^20250414git0a8b2c5-1.el10_1$>0(71) g ]3>@'=?'-d/ 8 S| $4 < D T  ,@TZ(8/9H/:i/F"^G"H"I"X"Y"\"]"^#9b#d%Ye%^f%cl%ft%u%v%w&8x&Hy&Xz&\&l&p&&&&Cpythoncapi-compat-tools0^20250414git0a8b2c51.el10_1Python C API compatibilityThe pythoncapi-compat project can be used to write a C or C++ extension supporting a wide range of Python versions with a single code base. It is made of the pythoncapi_compat.h header file and the upgrade_pythoncapi.py script. This package provides the command-line tool upgrade_pythoncapi.py.gAbuildhw-x86-05.iad2.fedoraproject.orgiiFedora ProjectFedora Project0BSDFedora ProjectUnspecifiedhttps://github.com/python/pythoncapi-compatlinuxnoarchdA큤g=bgg=bg9c322519cce100f76e22ad207c50ee4c879490de15116d7aac8b5d05d7a84fb13f2c1ffa76383a55ae0aac01c9737cd70050dff63e1f026694fbe9d662573c98dac50ad900c2af0536f77c1facec91264809e41ec05e0718fc43faa7426533efrootrootrootrootrootrootrootrootpythoncapi-compat-0^20250414git0a8b2c5-1.el10_1.src.rpmpythoncapi-compat-tools@     /usr/bin/python3rpmlib(CaretInVersions)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)4.15.0-13.0.4-14.6.0-14.0-15.4.18-14.19.1.1gJ@gv@gg:g{gagg\!g77gp@gp@ffn@f@fff`S@fO/f@f@f@f[f[f[e!@eO@eԔ@eeXe|?e|?e|?e|?eSa@e'eSe@e@e @dF@dd]@dܺ@ds@dD@d7ddx@Benjamin A. Beasley - 0^20250414git0a8b2c5-1Benjamin A. Beasley - 0^20250218git632d1aa-1Benjamin A. Beasley - 0^20250128gitc84545f-1Benjamin A. Beasley - 0^20250119git8a52253-1Benjamin A. Beasley - 0^20250106git79404e9-1Benjamin A. Beasley - 0^20241216git7eb512b-1Benjamin A. Beasley - 0^20241213git61709bf-1Benjamin A. Beasley - 0^20241115git03e441d-1Benjamin A. Beasley - 0^20241009git669c882-1Benjamin A. Beasley - 0^20241008gitbb0934e-1Benjamin A. Beasley - 0^20240923gitd20d7f8-1Benjamin A. Beasley - 0^20240826git2d18aec-1Benjamin A. Beasley - 0^20240806git39e2663-1Benjamin A. Beasley - 0^20240718git4094c64-1Benjamin A. Beasley - 0^20240708gitea1f7f6-1Benjamin A. Beasley - 0^20240603git18d1df7-1Benjamin A. Beasley - 0^20240522git9d14fad-1Benjamin A. Beasley - 0^20240408gitccea884-1Benjamin A. Beasley - 0^20240404git68aad45-1Benjamin A. Beasley - 0^20240329gitf667991-1Benjamin A. Beasley - 0^20240328gitd16872a-1Benjamin A. Beasley - 0^20240321gitb16ff9a-3Benjamin A. Beasley - 0^20240321gitb16ff9a-2Benjamin A. Beasley - 0^20240321gitb16ff9a-1Benjamin A. Beasley - 0^20240309git7539c7f-1Benjamin A. Beasley - 0^20240220git52486a9-1Fedora Release Engineering - 0^20231214gitdeb6f40-3Fedora Release Engineering - 0^20231214gitdeb6f40-2Benjamin A. Beasley - 0^20231214gitdeb6f40-1Benjamin A. Beasley - 0^20231114git5bf2fb2-4Benjamin A. Beasley - 0^20231114git5bf2fb2-3Benjamin A. Beasley - 0^20231114git5bf2fb2-2Benjamin A. Beasley - 0^20231114git5bf2fb2-1Benjamin A. Beasley - 0^20231012git99ab0d3-1Benjamin A. Beasley - 0^20231003gitf78c780-1Benjamin A. Beasley - 0^20231003gita594354-1Benjamin A. Beasley - 0^20230929git671fb69-1Benjamin A. Beasley - 0^20230919git309c56d-1Benjamin A. Beasley - 0^20230824git8109811-1Benjamin A. Beasley - 0^20230823git5b5b547-1Benjamin A. Beasley - 0^20230818git1bb4e16-1Benjamin A. Beasley - 0^20230816git91e323f-1Fedora Release Engineering - 0^20230710git1911dd4-2Benjamin A. Beasley - 0^20230710git1911dd4-1Benjamin A. Beasley - 0^20230621git6c49cf3-1Benjamin A. Beasley - 0^20230601gite266312-2Benjamin A. Beasley - 0^20230601gite266312-1- Update to 0^20250414git0a8b2c5 - upgrade_pythoncapi: try to preserve newlines when patching- Update to 0^20250218git632d1aa - Don't redefine `_Py_NULL` macro if already defined- Update to 0^20250128gitc84545f - Remove `PyConfig.use_system_logger`: it will only be available on Python 3.13.2 which is not released yet. - Fix multiple definitions for `Py_fclose` - Avoid `Py_ARRAY_LENGTH()` (because it fails with C++ on Python 3.9 on macOS) - Improve `test_config` - Replace `extern` with `PyAPI_FUNC()`- Update to 0^20250119git8a52253 - Add `PyConfig_Get()` - Optimize `PyWeakref_GetRef()`- Update to 0^20250106git79404e9 - Add `Py_fopen()` and `Py_fclose()`- Update to 0^20241216git7eb512b - Add `structmember.h` constants- Update to 0^20241213git61709bf - Add PyLong Import/Export API- Update to 0^20241115git03e441d - Add `PyLong_IsPositive`/`Negative`/`Zero()` functions - Relax `PYPY_VERSION_NUM` requirements for hash macros- Update to 0^20241009git669c882 - Add `PyUnicode_Equal()` function - Add `PyBytes_Join()` function - Add `Py_HashBuffer()` function - Add `PyIter_NextItem()` function - Add `PyLong_FromUInt64()` and `PyLong_AsUInt64()`- Update to 0^20241008gitbb0934e - Document PyUnicodeWriter API- Update to 0^20240923gitd20d7f8 - Fix incorrect use of assignment in place of an equality test.- Update to 0^20240826git2d18aec - Add critical section API- Update to 0^20240806git39e2663 - Add `static inline` to `PyUnicodeWriter_WriteStr()` and `PyUnicodeWriter_WriteRepr()`.- Update to 0^20240718git4094c64 - Add PyUnicodeWriter API- Update to 0^20240708gitea1f7f6 - `PyLong_GetSign` will be added in 3.14.0a0- Update to 0^20240603git18d1df7: Add `PyLong_GetSign()`.- Update to 0^20240522git9d14fad: Fix test_frame() on Python 3.13 beta 1- Update to 0^20240408git01341ac: Fix PyDict_SetDefaultRef() definition- Update to 0^20240404git68aad45: Fix Py_GetConstant() for Python 3.13.0a5+- Update to 0^20240329gitf667991: Add `PyList_GetItemRef()`- Update to 0^20240328gitd16872a - Fix test_unicode()- Update to 0^20240328gitd16872a - Fix test_unicode()- Add an rpmlintrc file- Update to 0^20240321gitb16ff9a - Add `Py_GetConstant()` and `Py_GetConstantBorrowed()` - Update `_Py_NULL` for C23- Update to 0^20240309git7539c7f - Add hash constants: `PyHASH_BITS`, `PyHASH_IMAG`, `PyHASH_INF`, `PyHASH_MODULUS`- Update to 0^20240220git52486a9 - Add PyTime API: `PyTime_t` type, `PyTime_MIN` and `PyTime_MAX` constants, `PyTime_AsSecondsDouble()`, `PyTime_Monotonic()`, `PyTime_PerfCounter()`, and `PyTime_Time()`- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Update to 0^20231214gitdeb6f40 - API: document not supported functions - Add Py_HashPointer() - Update tests- Ask runtests.py not to look for “other” Python interpreters- Use %py3_test_envvars when running tests- Run tests verbosely- Update to 0^20231114git5bf2fb2 - Add PyDict_Pop() and PyDict_PopString() functions - Add PyList_Extend() - Test Python 3.13- Update to 0^20231012git99ab0d3 - Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions- Update to 0^20231003gitf78c780 - Add PyThreadState_GetUnchecked()- Update to 0^20231003gita594354 - Add PyObject_VisitManagedDict() and PyObject_ClearManagedDict()- Update to 0^20230929git671fb69 - Adds PyObject_HasAttrWithError() and PyObject_HasAttrStringWithError() functions. - Fixes PyObject_GetOptionalAttrString(): set result to NULL on error.- Update to 0^20230919git309c56d - Add PyMapping_HasKeyWithError() function- Update to 0^20230824git8109811 - Adds PyDict_ContainsString() and PyLong_AsInt() functions- Update to 0^20230823git5b5b547 (Fix setup.py when CC contains -std=c11 option)- Update to 0^20230818git1bb4e16 (Add `Py_IsFinalizing()` function.)- Update to 0^20230816git91e323f- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild- Update to 0^20230710git1911dd4- Update to 0^20230621git6c49cf3- Use new (rpm 4.17.1+) bcond style- Update to 0^20230601gite266312buildhw-x86-05.iad2.fedoraproject.org 17447414410^20250414git0a8b2c5-1.el10_1upgrade_pythoncapi.pypythoncapi-compat-toolsCOPYINGupgrade_pythoncapi.py.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/pythoncapi-compat-tools//usr/share/man/man1/-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 drpmzstd19x86_64-redhat-linux-gnuPython script, ASCII text executabledirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)R5FDhttps://bugz.fedoraproject.org/pythoncapi-compatutf-824d23a03cbcccae6a3c784408b1ae7f5a4b9aa3186eec53bef261a874feab9575059b6a1d02eca9fe388df60c068bbcf6d91049db4bcdf1694db71437cc9663a?(/hM&4DDLT36pythoncapi-compat-tools-0^20250218git632d1aa-1.el10_0X^{;D@f >Y`=vW4140a8b2c51> 6 _ ܉3!}Nbh&3م~Xg R$`j-&:Q N֎-# )kIɮɣC{5~ޝ6`i];IMH Bw Ch MfrP?(|"GKvn>őuPɤ< Z6bIof: }05e5?sD 5uMVm\&})3n<ᢅĿ rhd(dҜ~54鰕QW}{' {߼i#OPH{Oh}6'wfQ(L{'ciIboWpRC?,%% 1=[SHr(8TZ=_$VP1o@4ht@wv m7vaC`{ \j|[T=xd[40r×aw Q30GB5'U ~&Q^_[<9vEόDȬ*?q@OXPc13af814a3878687a3abd86e6f3a0ac6c48063698bc4ae5e0ea19a2cd58b664eb9d5c615102cf39a57f282abe32c6b7750Elf__]l+=Ml\>%Y IS)kvBZh91AY&SYҳ%@@ H pPd*mzM'F]i e+PD0FޜK$,@dqds΀!_w$S +;Z # Use the first matching newline = re.search(r'(?:\r\n|r)', content) =.group(0) ifel'\n' +=""nJqxGP&(JA5l3,*];e q|+)撙u4;|zpjJ ݺ+c;zi%`ꚬۥ chğ賔x5+x?