From 2f9700230b26c2f18add00826d3aab169d6ba38abafbbc0ab407e8ca58c84fb2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:11:12 +0000 Subject: [PATCH] Accepting request 1042714 from home:yarunachalam:branches:devel:languages:python - Update to 0.6.0 * Add support for Python 3.11 OBS-URL: https://build.opensuse.org/request/show/1042714 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-installer?expand=0&rev=10 --- installer-0.5.1.tar.gz | 3 --- installer-0.6.0.tar.gz | 3 +++ python-installer.changes | 6 ++++++ python-installer.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 installer-0.5.1.tar.gz create mode 100644 installer-0.6.0.tar.gz diff --git a/installer-0.5.1.tar.gz b/installer-0.5.1.tar.gz deleted file mode 100644 index c625245..0000000 --- a/installer-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445 -size 469793 diff --git a/installer-0.6.0.tar.gz b/installer-0.6.0.tar.gz new file mode 100644 index 0000000..1fb40d0 --- /dev/null +++ b/installer-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bd36cd261b440a88a1190b1becca0578fee90b4b62decc796932fdd5ae8839 +size 471077 diff --git a/python-installer.changes b/python-installer.changes index 71bb500..765af97 100644 --- a/python-installer.changes +++ b/python-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 13 15:40:26 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.6.0 + * Add support for Python 3.11 + ------------------------------------------------------------------- Wed Jun 15 01:51:41 UTC 2022 - Steve Kowalik diff --git a/python-installer.spec b/python-installer.spec index 6d21a60..174c07f 100644 --- a/python-installer.spec +++ b/python-installer.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-installer%{pkg_suffix} -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: A library for installing Python wheels License: MIT