diff --git a/_service b/_service
index b523daf..094fd6c 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 fd98489..bcb5f99 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
+ 1e386dafebcdf27683eaa7d39c0ef7c735931089
\ 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 7006a9d..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.1e386da.tar.xz b/python-rpm-macros-20240618.1e386da.tar.xz
new file mode 100644
index 0000000..3924362
--- /dev/null
+++ b/python-rpm-macros-20240618.1e386da.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:531aa3bd0341fec161d443fc579ab388af6971a2279cd029ed358c360d529f86
+size 20020
diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes
index b943a06..b691aad 100644
--- a/python-rpm-macros.changes
+++ b/python-rpm-macros.changes
@@ -1,3 +1,69 @@
+-------------------------------------------------------------------
+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 48a3d8e..cf1f309 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.1e386da
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL