Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
@ 2022-11-20  4:43 cinerea0
  2022-11-20  4:51 ` cinerea0
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-20  4:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages secrets
https://github.com/void-linux/void-packages/pull/40636

gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

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

From fff9311b1a46efae8ff7f2cf130626ef6d20d9af Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 19 Nov 2022 23:38:44 -0500
Subject: [PATCH 1/4] python3-construct: update to 2.10.68

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

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index ca64b757bcc8..8a988691933a 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
-version=2.10.54
-revision=3
+version=2.10.68
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://construct.readthedocs.org/"
 distfiles="${PYPI_SITE}/c/construct/construct-${version}.tar.gz"
-checksum=3c130a67f05610557dd1b27e062a7165f92b517f9ed50db880ebe068696fd712
+checksum=7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45
 
 do_check() {
 	:

From 77a7b2bbbff91ec96706909ef6a7dc3b033fd3e7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 19 Nov 2022 23:39:03 -0500
Subject: [PATCH 2/4] python3-pykeepass: update to 4.0.3

---
 srcpkgs/python3-pykeepass/template | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index a178c118081f..ae1198bdef73 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
-version=4.0.1
-revision=3
+version=4.0.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil python3-argon2 python3-construct python3-lxml
@@ -12,10 +12,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/libkeepass/pykeepass"
 changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
-distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/${version}.tar.gz"
-checksum=ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
-
-post_install() {
-	# remove tests directory polluting site-packages
-	rm -r $DESTDIR/usr/lib/python*/site-packages/tests
-}
+distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/v${version}.tar.gz"
+checksum=c8f655c53af1cd339abd3d6588bcddb9ac869572e141e026352ae9fc8541ba64

From 3b1096c1e89113c3991b2c184a173a5003d1fb49 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 19 Nov 2022 23:39:43 -0500
Subject: [PATCH 3/4] New package: python3-zxcvbn-4.4.28

---
 srcpkgs/python3-zxcvbn/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zxcvbn/template

diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template
new file mode 100644
index 000000000000..31f216009000
--- /dev/null
+++ b/srcpkgs/python3-zxcvbn/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zxcvbn'
+pkgname=python3-zxcvbn
+version=4.4.28
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Realistic password strength estimator"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dwolfhub/zxcvbn-python"
+distfiles="https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz"
+checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576
+
+post_install() {
+	vlicense LICENSE.txt
+}

From cff0dccd75f9d768048cf76399a457ace8019d6f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 19 Nov 2022 23:40:08 -0500
Subject: [PATCH 4/4] gnome-secrets: update to 7.0

---
 srcpkgs/gnome-secrets/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/gnome-secrets/template b/srcpkgs/gnome-secrets/template
index 6210cc656e56..07a57e6c7bd7 100644
--- a/srcpkgs/gnome-secrets/template
+++ b/srcpkgs/gnome-secrets/template
@@ -1,19 +1,21 @@
 # Template file for 'gnome-secrets'
 pkgname=gnome-secrets
-version=6.5
-revision=2
+version=7.0
+revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
- python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache"
+ python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache
+ python3-validators python3-zxcvbn"
 makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
-depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
- python3-pykeepass python3-pyotp libpwquality-python3"
+depends="gtk4 libadwaita libpwquality-python3 python3-gobject
+ python3-pycryptodomex python3-pykeepass python3-pyotp python3-validators
+ python3-zxcvbn"
 short_desc="Keepass compatible password manager for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/secrets"
-distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
-checksum=c912ca55d3e77a7689d1901e0b71faaea2a6d289eb9114b3500480ec4a4eeb24
+distfiles="https://gitlab.gnome.org/World/secrets/-/archive/${version}/secrets-${version}.tar.gz"
+checksum=c2c3c702a12373571b165cd0de88b95385934534db0e544cc42ae14ebe2830bc
 
 gnome-passwordsafe_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
@ 2022-11-20  4:51 ` cinerea0
  2022-11-20  5:14 ` [PR REVIEW] " classabbyamp
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-20  4:51 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#issuecomment-1321038767

Comment:
`python3-zxcvbn` is a new dependency of `gnome-secrets`. The other two changes are due to `gnome-secrets` requiring functionality from `pykeepass` that's only available in newer releases.

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
  2022-11-20  4:51 ` cinerea0
@ 2022-11-20  5:14 ` classabbyamp
  2022-11-20 20:50 ` [PR PATCH] [Updated] " cinerea0
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-11-20  5:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1027226066

Comment:
remove `do_check` and either add the relevant `checkdepends` or mark `make_check=no`

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

* Re: [PR PATCH] [Updated] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
  2022-11-20  4:51 ` cinerea0
  2022-11-20  5:14 ` [PR REVIEW] " classabbyamp
@ 2022-11-20 20:50 ` cinerea0
  2022-11-20 20:52 ` [PR REVIEW] " cinerea0
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-20 20:50 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages secrets
https://github.com/void-linux/void-packages/pull/40636

gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

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

From 45074c05d780248b256d35b30bfe260f1252bcba Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 20 Nov 2022 15:49:00 -0500
Subject: [PATCH 1/4] python3-construct: update to 2.10.68

---
 srcpkgs/python3-construct/template | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index ca64b757bcc8..57cbbaf6d06b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
-version=2.10.54
-revision=3
+version=2.10.68
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,11 +10,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://construct.readthedocs.org/"
 distfiles="${PYPI_SITE}/c/construct/construct-${version}.tar.gz"
-checksum=3c130a67f05610557dd1b27e062a7165f92b517f9ed50db880ebe068696fd712
-
-do_check() {
-	:
-}
+checksum=7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45
+make_check=no  # tests cause syntax error
 
 post_install() {
 	vlicense LICENSE

From deda16ca5e567b4a9f49f06c9abcff210ca3a7bf Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 20 Nov 2022 15:49:15 -0500
Subject: [PATCH 2/4] python3-pykeepass: update to 4.0.3

---
 srcpkgs/python3-pykeepass/template | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index a178c118081f..ae1198bdef73 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
-version=4.0.1
-revision=3
+version=4.0.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil python3-argon2 python3-construct python3-lxml
@@ -12,10 +12,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/libkeepass/pykeepass"
 changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
-distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/${version}.tar.gz"
-checksum=ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
-
-post_install() {
-	# remove tests directory polluting site-packages
-	rm -r $DESTDIR/usr/lib/python*/site-packages/tests
-}
+distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/v${version}.tar.gz"
+checksum=c8f655c53af1cd339abd3d6588bcddb9ac869572e141e026352ae9fc8541ba64

From 8306b5a5b04b89798cd09ce67fd34ab807fa67e8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 20 Nov 2022 15:49:36 -0500
Subject: [PATCH 3/4] New package: python3-zxcvbn-4.4.28

---
 srcpkgs/python3-zxcvbn/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zxcvbn/template

diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template
new file mode 100644
index 000000000000..31f216009000
--- /dev/null
+++ b/srcpkgs/python3-zxcvbn/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zxcvbn'
+pkgname=python3-zxcvbn
+version=4.4.28
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Realistic password strength estimator"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dwolfhub/zxcvbn-python"
+distfiles="https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz"
+checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 533a38a164bc4bed613f10025da3f0c9b708719a Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 20 Nov 2022 15:49:55 -0500
Subject: [PATCH 4/4] gnome-secrets: update to 7.0

---
 srcpkgs/gnome-secrets/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/gnome-secrets/template b/srcpkgs/gnome-secrets/template
index 6210cc656e56..07a57e6c7bd7 100644
--- a/srcpkgs/gnome-secrets/template
+++ b/srcpkgs/gnome-secrets/template
@@ -1,19 +1,21 @@
 # Template file for 'gnome-secrets'
 pkgname=gnome-secrets
-version=6.5
-revision=2
+version=7.0
+revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
- python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache"
+ python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache
+ python3-validators python3-zxcvbn"
 makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
-depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
- python3-pykeepass python3-pyotp libpwquality-python3"
+depends="gtk4 libadwaita libpwquality-python3 python3-gobject
+ python3-pycryptodomex python3-pykeepass python3-pyotp python3-validators
+ python3-zxcvbn"
 short_desc="Keepass compatible password manager for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/secrets"
-distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
-checksum=c912ca55d3e77a7689d1901e0b71faaea2a6d289eb9114b3500480ec4a4eeb24
+distfiles="https://gitlab.gnome.org/World/secrets/-/archive/${version}/secrets-${version}.tar.gz"
+checksum=c2c3c702a12373571b165cd0de88b95385934534db0e544cc42ae14ebe2830bc
 
 gnome-passwordsafe_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (2 preceding siblings ...)
  2022-11-20 20:50 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-20 20:52 ` cinerea0
  2022-11-20 20:52 ` cinerea0
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-20 20:52 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1027351391

Comment:
```
=> python3-construct-2.10.68_1: running do_check ...
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing construct.egg-info/PKG-INFO
writing dependency_links to construct.egg-info/dependency_links.txt
writing requirements to construct.egg-info/requires.txt
writing top-level names to construct.egg-info/top_level.txt
reading manifest file 'construct.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'construct.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "/builddir/python3-construct-2.10.68/setup.py", line 5, in <module>
    setup(
  File "/usr/lib/python3.11/site-packages/setuptools/__init__.py", line 87, in setup
    return distutils.core.setup(**attrs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 185, in setup
    return run_commands(dist)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
    dist.run_commands()
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 968, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 1217, in run_command
    super().run_command(command)
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.run()
  File "/usr/lib/python3.11/site-packages/setuptools/command/test.py", line 224, in run
    self.run_tests()
  File "/usr/lib/python3.11/site-packages/setuptools/command/test.py", line 227, in run_tests
    test = unittest.main(
           ^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/main.py", line 101, in __init__
    self.parseArgs(argv)
  File "/usr/lib/python3.11/unittest/main.py", line 127, in parseArgs
    self._do_discovery(argv[2:])
  File "/usr/lib/python3.11/unittest/main.py", line 247, in _do_discovery
    self.createTests(from_discovery=True, Loader=Loader)
  File "/usr/lib/python3.11/unittest/main.py", line 157, in createTests
    self.test = loader.discover(self.start, self.pattern, self.top)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 322, in discover
    tests = list(self._find_tests(start_dir, pattern))
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 377, in _find_tests
    tests, should_recurse = self._find_test_path(full_path, pattern)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 453, in _find_test_path
    tests = self.loadTestsFromModule(package, pattern=pattern)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/command/test.py", line 57, in loadTestsFromModule
    tests.append(self.loadTestsFromName(submodule))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 214, in loadTestsFromName
    raise TypeError("don't know how to make test from: %s" % obj)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
TypeError: not all arguments converted during string formatting
=> ERROR: python3-construct-2.10.68_1: do_check: '${make_check_pre} python3 setup.py ${make_check_target} ${make_check_args}' exited with 1
```
Not really sure what to make of this, maybe just a basic incompatibility. I added `make_check=no`.

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (3 preceding siblings ...)
  2022-11-20 20:52 ` [PR REVIEW] " cinerea0
@ 2022-11-20 20:52 ` cinerea0
  2022-11-20 20:54 ` classabbyamp
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-20 20:52 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1027351391

Comment:
```
=> python3-construct-2.10.68_1: running do_check ...
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing construct.egg-info/PKG-INFO
writing dependency_links to construct.egg-info/dependency_links.txt
writing requirements to construct.egg-info/requires.txt
writing top-level names to construct.egg-info/top_level.txt
reading manifest file 'construct.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'construct.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "/builddir/python3-construct-2.10.68/setup.py", line 5, in <module>
    setup(
  File "/usr/lib/python3.11/site-packages/setuptools/__init__.py", line 87, in setup
    return distutils.core.setup(**attrs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 185, in setup
    return run_commands(dist)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
    dist.run_commands()
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 968, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 1217, in run_command
    super().run_command(command)
  File "/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.run()
  File "/usr/lib/python3.11/site-packages/setuptools/command/test.py", line 224, in run
    self.run_tests()
  File "/usr/lib/python3.11/site-packages/setuptools/command/test.py", line 227, in run_tests
    test = unittest.main(
           ^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/main.py", line 101, in __init__
    self.parseArgs(argv)
  File "/usr/lib/python3.11/unittest/main.py", line 127, in parseArgs
    self._do_discovery(argv[2:])
  File "/usr/lib/python3.11/unittest/main.py", line 247, in _do_discovery
    self.createTests(from_discovery=True, Loader=Loader)
  File "/usr/lib/python3.11/unittest/main.py", line 157, in createTests
    self.test = loader.discover(self.start, self.pattern, self.top)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 322, in discover
    tests = list(self._find_tests(start_dir, pattern))
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 377, in _find_tests
    tests, should_recurse = self._find_test_path(full_path, pattern)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 453, in _find_test_path
    tests = self.loadTestsFromModule(package, pattern=pattern)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/command/test.py", line 57, in loadTestsFromModule
    tests.append(self.loadTestsFromName(submodule))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 214, in loadTestsFromName
    raise TypeError("don't know how to make test from: %s" % obj)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
TypeError: not all arguments converted during string formatting
=> ERROR: python3-construct-2.10.68_1: do_check: '${make_check_pre} python3 setup.py ${make_check_target} ${make_check_args}' exited with 1
```
Not really sure what to make of this, maybe just a basic incompatibility. I added `make_check=no` in the latest push.

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (4 preceding siblings ...)
  2022-11-20 20:52 ` cinerea0
@ 2022-11-20 20:54 ` classabbyamp
  2022-11-21  2:15 ` cinerea0
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-11-20 20:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1027351883

Comment:
i think you need pytest

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (5 preceding siblings ...)
  2022-11-20 20:54 ` classabbyamp
@ 2022-11-21  2:15 ` cinerea0
  2022-11-21  2:27 ` classabbyamp
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-21  2:15 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1027449398

Comment:
```
=> python3-construct-2.10.68_1: running do_check ...
============================= test session starts ==============================
platform linux -- Python 3.11.0, pytest-7.1.3, pluggy-1.0.0
rootdir: /builddir/python3-construct-2.10.68
collected 0 items

============================ no tests ran in 0.01s =============================
=> ERROR: python3-construct-2.10.68_1: do_check: 'PYTHONPATH="$(cd build/lib* && pwd)" ${make_check_pre} python3 -m pytest ${testjobs} ${make_check_args} ${make_check_target}' exited with 5
=> ERROR:   in do_check() at common/build-style/python3-module.sh:15
```
Maybe there just aren't any tests?

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (6 preceding siblings ...)
  2022-11-21  2:15 ` cinerea0
@ 2022-11-21  2:27 ` classabbyamp
  2022-11-21  2:27 ` classabbyamp
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-11-21  2:27 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1027463301

Comment:
there are definitely tests in there: https://github.com/construct/construct/blob/master/tests/test_core.py

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (7 preceding siblings ...)
  2022-11-21  2:27 ` classabbyamp
@ 2022-11-21  2:27 ` classabbyamp
  2022-11-22  0:17 ` [PR PATCH] [Updated] " cinerea0
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-11-21  2:27 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1027463301

Comment:
there are definitely tests in there: https://github.com/construct/construct/blob/v2.10.68/tests/test_core.py

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

* Re: [PR PATCH] [Updated] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (8 preceding siblings ...)
  2022-11-21  2:27 ` classabbyamp
@ 2022-11-22  0:17 ` cinerea0
  2022-11-22  0:21 ` [PR REVIEW] " cinerea0
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-22  0:17 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages secrets
https://github.com/void-linux/void-packages/pull/40636

gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

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

From 70a97c8f3ccaaa257a5ccba97518b023566f8c17 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 21 Nov 2022 19:15:53 -0500
Subject: [PATCH 1/4] python3-construct: update to 2.10.68

---
 srcpkgs/python3-construct/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index ca64b757bcc8..9237dbc09a88 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
-version=2.10.54
-revision=3
+version=2.10.68
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -9,12 +9,9 @@ short_desc="Powerful declarative symmetric parser/builder for binary data (Pytho
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://construct.readthedocs.org/"
-distfiles="${PYPI_SITE}/c/construct/construct-${version}.tar.gz"
-checksum=3c130a67f05610557dd1b27e062a7165f92b517f9ed50db880ebe068696fd712
-
-do_check() {
-	:
-}
+distfiles="https://github.com/construct/construct/archive/refs/tags/v${version}.tar.gz"
+checksum=196a4c7e73db0c86c7a8c6c6fc289b28be09a5b16f1d56aaeb0789badf540f25
+make_check=no  # check dependency 'cloudpickle' not packaged
 
 post_install() {
 	vlicense LICENSE

From 97c5917dffe76a9539b3397d3a485f3274512b94 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 21 Nov 2022 19:16:13 -0500
Subject: [PATCH 2/4] python3-pykeepass: update to 4.0.3

---
 srcpkgs/python3-pykeepass/template | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index a178c118081f..ae1198bdef73 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
-version=4.0.1
-revision=3
+version=4.0.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil python3-argon2 python3-construct python3-lxml
@@ -12,10 +12,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/libkeepass/pykeepass"
 changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
-distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/${version}.tar.gz"
-checksum=ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
-
-post_install() {
-	# remove tests directory polluting site-packages
-	rm -r $DESTDIR/usr/lib/python*/site-packages/tests
-}
+distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/v${version}.tar.gz"
+checksum=c8f655c53af1cd339abd3d6588bcddb9ac869572e141e026352ae9fc8541ba64

From d50b33904cddffafe947e454ed3e77d4cb16546c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 21 Nov 2022 19:16:33 -0500
Subject: [PATCH 3/4] New package: python3-zxcvbn

---
 srcpkgs/python3-zxcvbn/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zxcvbn/template

diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template
new file mode 100644
index 000000000000..31f216009000
--- /dev/null
+++ b/srcpkgs/python3-zxcvbn/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zxcvbn'
+pkgname=python3-zxcvbn
+version=4.4.28
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Realistic password strength estimator"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dwolfhub/zxcvbn-python"
+distfiles="https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz"
+checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 6a9a6924fe4c995af201b952b1b916c86486779d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 21 Nov 2022 19:16:50 -0500
Subject: [PATCH 4/4] gnome-secrets: update to 7.0

---
 srcpkgs/gnome-secrets/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/gnome-secrets/template b/srcpkgs/gnome-secrets/template
index 6210cc656e56..07a57e6c7bd7 100644
--- a/srcpkgs/gnome-secrets/template
+++ b/srcpkgs/gnome-secrets/template
@@ -1,19 +1,21 @@
 # Template file for 'gnome-secrets'
 pkgname=gnome-secrets
-version=6.5
-revision=2
+version=7.0
+revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
- python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache"
+ python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache
+ python3-validators python3-zxcvbn"
 makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
-depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
- python3-pykeepass python3-pyotp libpwquality-python3"
+depends="gtk4 libadwaita libpwquality-python3 python3-gobject
+ python3-pycryptodomex python3-pykeepass python3-pyotp python3-validators
+ python3-zxcvbn"
 short_desc="Keepass compatible password manager for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/secrets"
-distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
-checksum=c912ca55d3e77a7689d1901e0b71faaea2a6d289eb9114b3500480ec4a4eeb24
+distfiles="https://gitlab.gnome.org/World/secrets/-/archive/${version}/secrets-${version}.tar.gz"
+checksum=c2c3c702a12373571b165cd0de88b95385934534db0e544cc42ae14ebe2830bc
 
 gnome-passwordsafe_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (9 preceding siblings ...)
  2022-11-22  0:17 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-22  0:21 ` cinerea0
  2022-11-22  0:51 ` classabbyamp
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-22  0:21 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1028632563

Comment:
There are tests, but not in the pypi tarball. I switched the source to github and the tests are there, but they require [cloudpickle](https://pypi.org/project/cloudpickle/) which we don't package. `python3-joblib` includes files related to cloudpickle, but it doesn't satisfy the requirement.

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

* Re: [PR REVIEW] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (10 preceding siblings ...)
  2022-11-22  0:21 ` [PR REVIEW] " cinerea0
@ 2022-11-22  0:51 ` classabbyamp
  2022-11-22 21:38 ` paper42
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-11-22  0:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#discussion_r1028645515

Comment:
ok then it's reasonable to disable i think

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

* Re: gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (11 preceding siblings ...)
  2022-11-22  0:51 ` classabbyamp
@ 2022-11-22 21:38 ` paper42
  2022-11-23  5:22 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2022-11-22 21:38 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#issuecomment-1324267313

Comment:
@cinerea0
[New package: python3-zxcvbn](https://github.com/void-linux/void-packages/pull/40636/commits/d50b33904cddffafe947e454ed3e77d4cb16546c) commit message should include the version

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

* Re: [PR PATCH] [Updated] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (12 preceding siblings ...)
  2022-11-22 21:38 ` paper42
@ 2022-11-23  5:22 ` cinerea0
  2022-11-23 16:42 ` cinerea0
  2022-11-24  7:28 ` [PR PATCH] [Merged]: " classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-23  5:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages secrets
https://github.com/void-linux/void-packages/pull/40636

gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

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

From 061c213d6e1793d66ef23bb4a0c5973d625156f4 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 23 Nov 2022 00:20:57 -0500
Subject: [PATCH 1/4] python3-construct: update to 2.10.68

---
 srcpkgs/python3-construct/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index ca64b757bcc8..9237dbc09a88 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
-version=2.10.54
-revision=3
+version=2.10.68
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -9,12 +9,9 @@ short_desc="Powerful declarative symmetric parser/builder for binary data (Pytho
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://construct.readthedocs.org/"
-distfiles="${PYPI_SITE}/c/construct/construct-${version}.tar.gz"
-checksum=3c130a67f05610557dd1b27e062a7165f92b517f9ed50db880ebe068696fd712
-
-do_check() {
-	:
-}
+distfiles="https://github.com/construct/construct/archive/refs/tags/v${version}.tar.gz"
+checksum=196a4c7e73db0c86c7a8c6c6fc289b28be09a5b16f1d56aaeb0789badf540f25
+make_check=no  # check dependency 'cloudpickle' not packaged
 
 post_install() {
 	vlicense LICENSE

From 4944d911e45a6b816c2213c876eabeb2612bfbb2 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 23 Nov 2022 00:21:15 -0500
Subject: [PATCH 2/4] python3-pykeepass: update to 4.0.3

---
 srcpkgs/python3-pykeepass/template | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index a178c118081f..ae1198bdef73 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
-version=4.0.1
-revision=3
+version=4.0.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil python3-argon2 python3-construct python3-lxml
@@ -12,10 +12,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/libkeepass/pykeepass"
 changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
-distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/${version}.tar.gz"
-checksum=ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
-
-post_install() {
-	# remove tests directory polluting site-packages
-	rm -r $DESTDIR/usr/lib/python*/site-packages/tests
-}
+distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/v${version}.tar.gz"
+checksum=c8f655c53af1cd339abd3d6588bcddb9ac869572e141e026352ae9fc8541ba64

From aa7f81f34702166a7f64e43c58311e290348254f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 23 Nov 2022 00:21:36 -0500
Subject: [PATCH 3/4] New package: python3-zxcvbn-4.4.28

---
 srcpkgs/python3-zxcvbn/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zxcvbn/template

diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template
new file mode 100644
index 000000000000..31f216009000
--- /dev/null
+++ b/srcpkgs/python3-zxcvbn/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zxcvbn'
+pkgname=python3-zxcvbn
+version=4.4.28
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Realistic password strength estimator"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dwolfhub/zxcvbn-python"
+distfiles="https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz"
+checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 3bc1f8ae9b88037216b0cc27b71d765b6d66418a Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 23 Nov 2022 00:22:05 -0500
Subject: [PATCH 4/4] gnome-secrets: update to 7.0

---
 srcpkgs/gnome-secrets/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/gnome-secrets/template b/srcpkgs/gnome-secrets/template
index 6210cc656e56..07a57e6c7bd7 100644
--- a/srcpkgs/gnome-secrets/template
+++ b/srcpkgs/gnome-secrets/template
@@ -1,19 +1,21 @@
 # Template file for 'gnome-secrets'
 pkgname=gnome-secrets
-version=6.5
-revision=2
+version=7.0
+revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
- python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache"
+ python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache
+ python3-validators python3-zxcvbn"
 makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
-depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
- python3-pykeepass python3-pyotp libpwquality-python3"
+depends="gtk4 libadwaita libpwquality-python3 python3-gobject
+ python3-pycryptodomex python3-pykeepass python3-pyotp python3-validators
+ python3-zxcvbn"
 short_desc="Keepass compatible password manager for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/secrets"
-distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
-checksum=c912ca55d3e77a7689d1901e0b71faaea2a6d289eb9114b3500480ec4a4eeb24
+distfiles="https://gitlab.gnome.org/World/secrets/-/archive/${version}/secrets-${version}.tar.gz"
+checksum=c2c3c702a12373571b165cd0de88b95385934534db0e544cc42ae14ebe2830bc
 
 gnome-passwordsafe_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (13 preceding siblings ...)
  2022-11-23  5:22 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-23 16:42 ` cinerea0
  2022-11-24  7:28 ` [PR PATCH] [Merged]: " classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-11-23 16:42 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40636#issuecomment-1325360098

Comment:
> commit message should include the version

Fixed in the latest push.

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

* Re: [PR PATCH] [Merged]: gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
  2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
                   ` (14 preceding siblings ...)
  2022-11-23 16:42 ` cinerea0
@ 2022-11-24  7:28 ` classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-11-24  7:28 UTC (permalink / raw)
  To: ml

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

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

gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28
https://github.com/void-linux/void-packages/pull/40636

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

end of thread, other threads:[~2022-11-24  7:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-20  4:43 [PR PATCH] gnome-secrets: update to 7.0; New package: python3-zxcvbn-4.4.28 cinerea0
2022-11-20  4:51 ` cinerea0
2022-11-20  5:14 ` [PR REVIEW] " classabbyamp
2022-11-20 20:50 ` [PR PATCH] [Updated] " cinerea0
2022-11-20 20:52 ` [PR REVIEW] " cinerea0
2022-11-20 20:52 ` cinerea0
2022-11-20 20:54 ` classabbyamp
2022-11-21  2:15 ` cinerea0
2022-11-21  2:27 ` classabbyamp
2022-11-21  2:27 ` classabbyamp
2022-11-22  0:17 ` [PR PATCH] [Updated] " cinerea0
2022-11-22  0:21 ` [PR REVIEW] " cinerea0
2022-11-22  0:51 ` classabbyamp
2022-11-22 21:38 ` paper42
2022-11-23  5:22 ` [PR PATCH] [Updated] " cinerea0
2022-11-23 16:42 ` cinerea0
2022-11-24  7:28 ` [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).