diff --git a/_service b/_service index 4322c90..62a3ef5 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/openSUSE/python-rpm-macros.git git .git @@ -9,11 +9,11 @@ python-rpm-macros mcepl@cepl.eu - + python-rpm-macros-*.tar xz - + python-rpm-macros diff --git a/_servicedata b/_servicedata index fdf3efd..206984c 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/openSUSE/python-rpm-macros.git 80d37568d9732beb7fcc2cf27c5c08f9c01fade1 https://github.com/openSUSE/python-rpm-macros.git - 6fe8111dbbd7e28323f160273364626230386503 \ No newline at end of file + c146b29d5b88a2d8e3e94a6454abb97cd6643237 \ No newline at end of file diff --git a/python-rpm-macros-20230609.6fe8111.tar.xz b/python-rpm-macros-20230609.6fe8111.tar.xz deleted file mode 100644 index 923c5c5..0000000 --- a/python-rpm-macros-20230609.6fe8111.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fbd4e5018ac9b941b9205b952f34c8dadb969e66d986e58cad8fc307e3e1d5b -size 19380 diff --git a/python-rpm-macros-20240618.c146b29.tar.xz b/python-rpm-macros-20240618.c146b29.tar.xz new file mode 100644 index 0000000..9a0eed1 --- /dev/null +++ b/python-rpm-macros-20240618.c146b29.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af12eb84f7ff202b02fcaf46012bdc4e9e55727924418f490052cad88547379 +size 20084 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 9efd1b2..6499990 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Fri Jun 28 08:16:12 UTC 2024 - mcepl@cepl.eu + +- Update to version 20240618.c146b29: + * Add %FLAVOR_pytest and %FLAVOR_pyunittest variants + +------------------------------------------------------------------- +Tue Jun 18 10:24:42 UTC 2024 - mcepl@cepl.eu + +- Update to version 20240618.1e386da: + * Fix python_clone sed regex + +------------------------------------------------------------------- +Mon Jun 17 06:42:43 UTC 2024 - mcepl@cepl.eu + +- Update to version 20240614.02920b8: + * Make sure that RPM_BUILD_ROOT env is set + * don't eliminate any cmdline arguments in the shebang line + * Create python313 macros + +------------------------------------------------------------------- +Mon May 27 12:43:48 UTC 2024 - mcepl@cepl.eu + +- Update to version 20240415.c664b45: + * Fix typo 310 -> 312 in default-prjconf + +------------------------------------------------------------------- +Fri Feb 2 14:54:38 UTC 2024 - Ben Greiner + +- Update to version 20240202.501440e: + * SPEC0: Drop python39, add python312 to buildset (#169) + +------------------------------------------------------------------- +Wed Dec 20 16:33:59 UTC 2023 - Daniel Garcia + +- Update to version 20231220.98427f3: + * fix python2_compile macro + +------------------------------------------------------------------- +Tue Dec 19 10:13:29 UTC 2023 - Daniel Garcia + +- Update to version 20231207.46c2ec3: + * make FLAVOR_compile compatible with python2 + +------------------------------------------------------------------- +Mon Dec 04 08:34:09 UTC 2023 - mcepl@cepl.eu + +- Update to version 20231204.dd64e74: + * Combine fix_shebang in one line + * New macro FLAVOR_fix_shebang_path + * Use realpath in %python_clone macro shebang replacement + * Compile and fix_shebang in %python_install macros + +------------------------------------------------------------------- +Tue Oct 10 19:27:11 UTC 2023 - Ben Greiner + +- Update to version 20231010.0a1f0d9: + * Revert "Compile and fix_shebang in %python_install macros" + * gh#openSUSE/python-rpm-macros#163 + +------------------------------------------------------------------- +Tue Oct 10 10:38:31 UTC 2023 - mcepl@cepl.eu + +- Update to version 20231010.a32e110: + * Compile and fix_shebang in %python_install macros + +------------------------------------------------------------------- +Thu Oct 05 15:53:33 UTC 2023 - mcepl@cepl.eu + +- Update to version 20231005.bf2d3ab: + * Fix shebang also in sbin with macro _fix_shebang + ------------------------------------------------------------------- Fri Jun 9 07:32:37 UTC 2023 - Ben Greiner diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 249ed4e..f84b615 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -1,7 +1,7 @@ # # spec file for package python-rpm-macros # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20230609.6fe8111 +Version: 20240618.c146b29 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL