Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pycryptodomex: update to 3.16.0.
@ 2022-12-01  8:15 Goorzhel
  2022-12-12  7:35 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: Goorzhel @ 2022-12-01  8:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1596 bytes --]

There is a new pull request by Goorzhel against master on the void-packages repository

https://github.com/Goorzhel/void-packages python3-pycryptodomex
https://github.com/void-linux/void-packages/pull/40868

python3-pycryptodomex: update to 3.16.0.
I tested the changes in this PR: **briefly**

```
~ ❯ salt --versions | ag '(Salt|dome):'
/usr/lib/python3.11/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils.
  warnings.warn("Setuptools is replacing distutils.")
          Salt: 3005
  pycryptodome: 3.16.0
```

That stuff about distuils comes from Salt, not Cryptodome:
```
~ ❯ ag distutils /usr/lib/python3.11/site-packages/{Cryptodome,salt}
/usr/lib/python3.11/site-packages/salt/modules/virtualenv_mod.py
352:        "from distutils import sysconfig; print(sysconfig.get_python_lib())",

/usr/lib/python3.11/site-packages/salt/modules/puppet.py
9:from distutils import version  # pylint: disable=no-name-in-module

/usr/lib/python3.11/site-packages/salt/utils/pkg/win.py
78:    from distutils.version import LooseVersion  # pylint: disable=blacklisted-module

/usr/lib/python3.11/site-packages/salt/utils/versions.py
9:    Version parsing based on distutils.version which works under python 3
22:from distutils.version import LooseVersion as _LooseVersion
23:from distutils.version import StrictVersion as _StrictVersion

/usr/lib/python3.11/site-packages/salt/cloud/deploy/bootstrap-salt.sh
3873:        __PACKAGES="python${PY_PKG_VER}-distutils"
```


A patch file from https://github.com/void-linux/void-packages/pull/40868.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pycryptodomex-40868.patch --]
[-- Type: text/x-diff, Size: 1218 bytes --]

From 54ec09a86be21cb0aa1129d4a9541954a4d98485 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Thu, 1 Dec 2022 00:09:46 -0800
Subject: [PATCH] python3-pycryptodomex: update to 3.16.0.

---
 srcpkgs/python3-pycryptodomex/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index 72c30d3d6292..579a79db56d2 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
-version=3.15.0
-revision=2
+version=3.16.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
@@ -12,7 +12,7 @@ license="Public Domain, BSD-2-Clause"
 homepage="https://www.pycryptodome.org/"
 changelog="https://www.pycryptodome.org/en/latest/src/changelog.html"
 distfiles="${PYPI_SITE}/p/pycryptodomex/pycryptodomex-${version}.tar.gz"
-checksum=7341f1bb2dadb0d1a0047f34c3a58208a92423cdbd3244d998e4b28df5eac0ed
+checksum=e9ba9d8ed638733c9e95664470b71d624a6def149e2db6cc52c1aca5a6a2df1d
 
 post_install() {
 	vlicense LICENSE.rst

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: python3-pycryptodomex: update to 3.16.0.
  2022-12-01  8:15 [PR PATCH] python3-pycryptodomex: update to 3.16.0 Goorzhel
@ 2022-12-12  7:35 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-12-12  7:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1429 bytes --]

There's a merged pull request on the void-packages repository

python3-pycryptodomex: update to 3.16.0.
https://github.com/void-linux/void-packages/pull/40868

Description:
I tested the changes in this PR: **briefly**

```
~ ❯ salt --versions | ag '(Salt|dome):'
/usr/lib/python3.11/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils.
  warnings.warn("Setuptools is replacing distutils.")
          Salt: 3005
  pycryptodome: 3.16.0
```

That stuff about distuils comes from Salt, not Cryptodome:
```
~ ❯ ag distutils /usr/lib/python3.11/site-packages/{Cryptodome,salt}
/usr/lib/python3.11/site-packages/salt/modules/virtualenv_mod.py
352:        "from distutils import sysconfig; print(sysconfig.get_python_lib())",

/usr/lib/python3.11/site-packages/salt/modules/puppet.py
9:from distutils import version  # pylint: disable=no-name-in-module

/usr/lib/python3.11/site-packages/salt/utils/pkg/win.py
78:    from distutils.version import LooseVersion  # pylint: disable=blacklisted-module

/usr/lib/python3.11/site-packages/salt/utils/versions.py
9:    Version parsing based on distutils.version which works under python 3
22:from distutils.version import LooseVersion as _LooseVersion
23:from distutils.version import StrictVersion as _StrictVersion

/usr/lib/python3.11/site-packages/salt/cloud/deploy/bootstrap-salt.sh
3873:        __PACKAGES="python${PY_PKG_VER}-distutils"
```


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-12  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01  8:15 [PR PATCH] python3-pycryptodomex: update to 3.16.0 Goorzhel
2022-12-12  7:35 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).