python-rpm-macros-20200207.5feb6c1-lp151.2.6.1<>,*^ά/=„|)OhVLH(+sPK{Gm>essk[oK&au//*|2\` ve'7$)i O1b˽Ư5AF]'iNS=n}WLbo] D]b ~~g.~ /8QN4C*xN+Z[Z}×2U3 7,ȷ`:䅠{_F.ofItE>>"?"d% 1 [ $7@F _k     0D|( 8*9*:*FtGHIXY\]^@bc d!e! f!#l!%u!8v!Lz!!!!!!!!Cpython-rpm-macros20200207.5feb6c1lp151.2.6.1RPM macros for building of Python modulesThis package contains SUSE RPM macros for Python build automation. You should BuildRequire this package unless you are sure that you are only building for distros newer than Leap 42.2^άbuild75Neal Gompa mcepl@cepl.eumcepl@cepl.eumcepl@cepl.eumcepl@cepl.eumcepl@cepl.eumcepl@cepl.eutchvatal@suse.commcepl@cepl.eumcepl@cepl.eumcepl@cepl.euopensuse-packaging@opensuse.orgTodd R opensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgsjamgade@suse.comjmatejek@suse.comtchvatal@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjengelh@inai.dejmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.com- Update to version 20200207.5feb6c1 bsc#1171561: * Do not write .pyc files for tests- Add python-rpm-generators to express setuptools dependency for generator- Update to version 20200117.8e39013 bsc#1161770: * Add macros related to the Python dist metadata dependency generator- Update to version 20191104.08e6493: * %pyproject_install macro should include --no-compile. * Recognise the _ for the macro arguments too- Update to version 20190610.2ee3233: * Fix typo, missing opening brace. * Add the first draft of pyproject_wheel and pyproject_install macros. * Yet another attempt to preserve $PYTHONPATH set in the environment. * Document also %pytest_arch * Document %pytest in README.md * Multiline macros don't work correctly on older RPMs. * Add missing $ expansion on the pytest call * Rewrite pytest and pytest_arch into Lua macros with multiple arguments. * We should preserve existing PYTHONPATH. * Add --ignore to pytest calls to ignore build directories.- Update to version 20190610.2ee3233: * Fix typo, missing opening brace.- Update to version 20190511.2ed22b6: * Add the first draft of pyproject_wheel and pyproject_install macros.- Update to version 20190430.5260267: * Yet another attempt to preserve $PYTHONPATH set in the environment. * Document also %pytest_arch * Document %pytest in README.md- Update to version 20190408.32abece bsc#1128323: * Multiline macros don't work correctly on older RPMs.- Update to version 20190402.c88be49: * Add missing $ expansion on the pytest call- Update to version 20190315.d3034bf bsc#1128323: * Rewrite pytest and pytest_arch into Lua macros with multiple arguments.- Update to version 20190307.81ca329: * We should preserve existing PYTHONPATH.- bsc#1128323: Update to version 20190307.fbaed33 * Add --ignore to pytest calls to ignore build directories.- Update to version 20190221.08f1194: * Actually make pytest into function to capture arguments as well * Add pytest definitions.- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros. - Include license and readme.- Update to version 20181211.ab6f37c: * Fix an issue with epoch printing having too many \ * Remove packaging/ dir- Update to version 1540475376.149a499: * add epoch while printing "Provides:" - Update URL - Add _service and use the tar_scm/recompress/set_version source services to update the package. Package updates can now be done with "osc service run" - Drop README.packaging - Drop update.sh . This is now handled via the source services- version bump to 2018.08.15.ada6d63- version bump to 2017.12.22.d9968ab * better fix for macro usage in rpm 4.14- version bump to 2017.12.07.9d4e9eb * Fix macro usage for rpm 4.14- version bump to 2017.08.09.32550d0 - use %_specfile macro to locate the spec file, this should help with factory-auto bot problems as well as issue#3- version bump to 2017.06.29.107ac7a - fix skip_python2 in environment where python2 is not actually present- version bump to 2017.06.21.6641889 - introduce smarter buildset support - fix %python_files on nonstandard build sets - introduce %python_for_executables in favor of magically taking "last python in %pythons" - fix %licence tag handling (gh#opensuse/python-rpm-macros#4)- version bump to 2017.05.09.fc237de - fix badly generated %posttrans snippets in cases where old %python_install_alternative syntax is used for secondary files - rework %if-macros - introduce %python_flavor, which configures behavior of generic %python_* macros, and can be overriden by the user - add --force to %python_install, to make install order fully deterministic- version bump to 2017.04.27.d2ca08c - switch versioning scheme to date-based - switch from using service to a custom script update.sh - auto-generate Provides: python2-modname in old distributions (only for main package though)- generate %posttrans sections to fix up alternatives after package rename - fix condition where %python_files would emit wrong thing when %have_python2 is undefined - add --quiet to uninstall_alternative, to silence spurious errors - check for file existence instead of package number in uninstall_alternative- remove spurious warnings about "unknown arguments" (by making ALL possible arguments known) - fix a bug with %python_clone not working without %python_install_alternative being used - in %python_files, detect and emit an error if %python_subpackages is not used- more intelligent %python_install_alternatives - multiline macro support - support for %requires_ge and %requires_eq as well as Requires(pre) and friends - "%python_clone -a" auto-creates alternative entries- implement %python_clone to clone files for alternatives- support "Supplements" and "Enhances" tags - support packageand() expression - fix handling of %name in requires- make macros more resilient to missing %python_subpackages - expand %python_bin_suffix properly- let %python_module expand *all* its arguments, not just the first (so that %{python_module x >= 1.0} works as intended)- copy BuildArch to subpackages - on requires/provides etc., perform macro expansion *after* replacing 'python' name, to allow for tricking the rewriter to not replace- add BuildRoot to make SLE11 happy - check presence of %python_files even on new-style distros - better visibility of the %python_files error- update service, use repository and tarball name "python-rpm-macros"- introduce %python_prefix- Set RPM group- change service version generator to use "1.0.git" instead of "1.0git"- rework %python_alternative and remove support for %python_alternative_man - tell service to compress the tar file- set service to localonly mode- current macro version- initial commitbuild75 159060293920200207.5feb6c1-lp151.2.6.1macros.python_allpython-rpm-macrosREADME.mdpython-rpm-macrosLICENSE/usr/lib/rpm/macros.d//usr/share/doc/packages//usr/share/doc/packages/python-rpm-macros//usr/share/licenses//usr/share/licenses/python-rpm-macros/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:12756/openSUSE_Leap_15.1_Update/22ff3117448ff250bf0e863459c3350b-python-rpm-macros.openSUSE_Leap_15.1_Updatedrpmxz5noarch-suse-linuxASCII text, with very long linesdirectoryASCII text0&eq9d'0python-rpm-generatorsutf-8ff4e729213fb16c7b97a907c62203f90065f24ae7707f08a09d60365b730848f? 7zXZ !t/,]"k%˹0a rG5l,/eF7 |jONA=?aDloQxJ<rEdVev5,<S!B_ޡzerHb?bȗp*tHd( )V3T.CF]<@nsV)՝~MrUn@g\TlSTJw=|D5f!a3A_U8IIGCvMѭ4j [cE#Bh{w@Rp6b*wςE ?Uzq!Rql QtAjœ>m"Иqג%b=IT^ ^M?Şl2tT9KXvuza\,[#CZنI`43beۜTk? UȥYlxRԊSC@.?<*S+=Պ9Svc əQT-X 㷉KCc2~V*'5sFE( ̕d(y)@&d)qg(<u~{,5\f]D2ZgaU .zxtgϐ9ġuӧ5S"ԴXzɚkv~Kr'2{H="; rdF8[#lxo(V_ gHj SFx,|oV4PHbF'oM[LEjZ[HZFkӇr8A2娻 ,Hg/Ք\ YZ