From dca12a596197cc444db13c5d670781f4cabf7943ef4c94251bcfb817af404ade Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Apr 2023 09:25:12 +0000 Subject: [PATCH] - update to 3.4.4: * Upgrading to ``setuptools-65.6.0`` and beyond will result in a new version of ``distutils`` that "fixed" how logging works, but now the hooks and expected workarounds no longer work. Given that the deprecation of ``distutils`` is in the works, no fixes will be done until ``setuptools`` fully replaces it beyond the release of Python 3.12, as the author no longer trust Python to provide a stable platform to develop software on. Thus, any future "fixes" will only be provided on an even more reactive (rather than proactive) basis. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs?expand=0&rev=16 --- 3.4.3.tar.gz | 3 --- 3.4.4.tar.gz | 3 +++ python-calmjs.changes | 15 +++++++++++++++ python-calmjs.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 3.4.3.tar.gz create mode 100644 3.4.4.tar.gz diff --git a/3.4.3.tar.gz b/3.4.3.tar.gz deleted file mode 100644 index 3d66430..0000000 --- a/3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7141d2188568592f8b2766aba6cdc05a51b152c19f691e88bb22d295671fb167 -size 229012 diff --git a/3.4.4.tar.gz b/3.4.4.tar.gz new file mode 100644 index 0000000..079c4d5 --- /dev/null +++ b/3.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0342078dd6717164fe214476b602822fdbf674c0c1ede58630438c3f34d831e6 +size 229746 diff --git a/python-calmjs.changes b/python-calmjs.changes index fcbe979..8c4c8d6 100644 --- a/python-calmjs.changes +++ b/python-calmjs.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Apr 16 09:24:02 UTC 2023 - Dirk Müller + +- update to 3.4.4: + * Upgrading to ``setuptools-65.6.0`` and beyond will result in + a new version of ``distutils`` that "fixed" how logging + works, but now the hooks and expected workarounds no + longer work. Given that the deprecation of ``distutils`` + is in the works, no fixes will be done until ``setuptools`` + fully replaces it beyond the release of Python 3.12, + as the author no longer trust Python to provide a + stable platform to develop software on. + Thus, any future "fixes" will only be provided on an + even more reactive (rather than proactive) basis. + ------------------------------------------------------------------- Thu Mar 2 04:28:45 UTC 2023 - John Vandenberg diff --git a/python-calmjs.spec b/python-calmjs.spec index e4e3d41..a7b3441 100644 --- a/python-calmjs.spec +++ b/python-calmjs.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-calmjs -Version: 3.4.3 +Version: 3.4.4 Release: 0 Summary: A Python framework for working with the Node.js ecosystem License: GPL-2.0-or-later