Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-SQLAlchemy: update to 1.3.24, split package
@ 2021-05-08 19:07 pfpulux
  2021-05-10 18:25 ` [PR PATCH] [Updated] " pfpulux
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pfpulux @ 2021-05-08 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-SQLAlchemy-14
https://github.com/void-linux/void-packages/pull/30751

python-SQLAlchemy: update to 1.3.24, split package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-SQLAlchemy-14-30751.patch --]
[-- Type: text/x-diff, Size: 3292 bytes --]

From 229d83df8bf2b6aaa06c7ac0578449ccccdf7027 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 8 May 2021 14:21:23 +0200
Subject: [PATCH] python-SQLAlchemy: update to 1.3.24, split package

New package: python3-SQLAlchemy 1.4.14
---
 srcpkgs/python-SQLAlchemy/template  | 24 ++++++++----------------
 srcpkgs/python3-SQLAlchemy          |  1 -
 srcpkgs/python3-SQLAlchemy/template | 19 +++++++++++++++++++
 srcpkgs/python3-SQLAlchemy/update   |  1 +
 4 files changed, 28 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/python3-SQLAlchemy
 create mode 100644 srcpkgs/python3-SQLAlchemy/template
 create mode 100644 srcpkgs/python3-SQLAlchemy/update

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index b4ff86c2762c..470378f89afe 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,28 +1,20 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
-version=1.3.18
-revision=2
+version=1.3.24
+revision=1
 wrksrc="SQLAlchemy-${version}"
-build_style=python-module
-hostmakedepends="python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel"
-checkdepends="python3-mock python3-pytest
- python-mock python-pytest"
+build_style=python2-module
+hostmakedepends="python-setuptools"
+makedepends="python-devel"
+depends="python-importlib_metadata"
+checkdepends="python-mock python-pytest"
 short_desc="SQL Toolkit and Object Relational Mapper for Python2"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.sqlalchemy.org"
 distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
-checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
+checksum=ebbb777cbf9312359b897bf81ba00dae0f5cb69fba2a18265dcc18a6f5ef7519
 
 post_install() {
 	vlicense LICENSE
 }
-
-python3-SQLAlchemy_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-SQLAlchemy b/srcpkgs/python3-SQLAlchemy
deleted file mode 120000
index 7236787d1960..000000000000
--- a/srcpkgs/python3-SQLAlchemy
+++ /dev/null
@@ -1 +0,0 @@
-python-SQLAlchemy
\ No newline at end of file
diff --git a/srcpkgs/python3-SQLAlchemy/template b/srcpkgs/python3-SQLAlchemy/template
new file mode 100644
index 000000000000..f79e713a10a6
--- /dev/null
+++ b/srcpkgs/python3-SQLAlchemy/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-SQLAlchemy'
+pkgname=python3-SQLAlchemy
+version=1.4.14
+revision=1
+wrksrc="SQLAlchemy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+checkdepends="python3-mock python3-pytest"
+short_desc="SQL Toolkit and Object Relational Mapper for Python3"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://www.sqlalchemy.org"
+distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
+checksum=fcea0af70a356fdff9efa917d33ec5a8538fe7bde3004ceded7377f1a97d8ef3
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-SQLAlchemy/update b/srcpkgs/python3-SQLAlchemy/update
new file mode 100644
index 000000000000..e9b0a0a5ea4c
--- /dev/null
+++ b/srcpkgs/python3-SQLAlchemy/update
@@ -0,0 +1 @@
+ignore="*b*"

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

* Re: [PR PATCH] [Updated] python-SQLAlchemy: update to 1.3.24, split package
  2021-05-08 19:07 [PR PATCH] python-SQLAlchemy: update to 1.3.24, split package pfpulux
@ 2021-05-10 18:25 ` pfpulux
  2021-05-10 19:02 ` pfpulux
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2021-05-10 18:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-SQLAlchemy-14
https://github.com/void-linux/void-packages/pull/30751

python-SQLAlchemy: update to 1.3.24, split package


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-SQLAlchemy-14-30751.patch --]
[-- Type: text/x-diff, Size: 3309 bytes --]

From 0c682af9ffa6df6cf4d97bad0dc83bcab7d2c028 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 8 May 2021 14:21:23 +0200
Subject: [PATCH] python-SQLAlchemy: update to 1.3.24, split package

New package: python3-SQLAlchemy 1.4.14
---
 srcpkgs/python-SQLAlchemy/template  | 24 ++++++++----------------
 srcpkgs/python3-SQLAlchemy          |  1 -
 srcpkgs/python3-SQLAlchemy/template | 19 +++++++++++++++++++
 srcpkgs/python3-SQLAlchemy/update   |  1 +
 4 files changed, 28 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/python3-SQLAlchemy
 create mode 100644 srcpkgs/python3-SQLAlchemy/template
 create mode 100644 srcpkgs/python3-SQLAlchemy/update

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index b4ff86c2762c..470378f89afe 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,28 +1,20 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
-version=1.3.18
-revision=2
+version=1.3.24
+revision=1
 wrksrc="SQLAlchemy-${version}"
-build_style=python-module
-hostmakedepends="python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel"
-checkdepends="python3-mock python3-pytest
- python-mock python-pytest"
+build_style=python2-module
+hostmakedepends="python-setuptools"
+makedepends="python-devel"
+depends="python-importlib_metadata"
+checkdepends="python-mock python-pytest"
 short_desc="SQL Toolkit and Object Relational Mapper for Python2"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.sqlalchemy.org"
 distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
-checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
+checksum=ebbb777cbf9312359b897bf81ba00dae0f5cb69fba2a18265dcc18a6f5ef7519
 
 post_install() {
 	vlicense LICENSE
 }
-
-python3-SQLAlchemy_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-SQLAlchemy b/srcpkgs/python3-SQLAlchemy
deleted file mode 120000
index 7236787d1960..000000000000
--- a/srcpkgs/python3-SQLAlchemy
+++ /dev/null
@@ -1 +0,0 @@
-python-SQLAlchemy
\ No newline at end of file
diff --git a/srcpkgs/python3-SQLAlchemy/template b/srcpkgs/python3-SQLAlchemy/template
new file mode 100644
index 000000000000..e054db03c6a5
--- /dev/null
+++ b/srcpkgs/python3-SQLAlchemy/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-SQLAlchemy'
+pkgname=python3-SQLAlchemy
+version=1.4.14
+revision=1
+wrksrc="SQLAlchemy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+checkdepends="python3-mock python3-pytest python3-greenlet"
+short_desc="SQL Toolkit and Object Relational Mapper for Python3"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://www.sqlalchemy.org"
+distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
+checksum=fcea0af70a356fdff9efa917d33ec5a8538fe7bde3004ceded7377f1a97d8ef3
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-SQLAlchemy/update b/srcpkgs/python3-SQLAlchemy/update
new file mode 100644
index 000000000000..e9b0a0a5ea4c
--- /dev/null
+++ b/srcpkgs/python3-SQLAlchemy/update
@@ -0,0 +1 @@
+ignore="*b*"

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

* Re: python-SQLAlchemy: update to 1.3.24, split package
  2021-05-08 19:07 [PR PATCH] python-SQLAlchemy: update to 1.3.24, split package pfpulux
  2021-05-10 18:25 ` [PR PATCH] [Updated] " pfpulux
@ 2021-05-10 19:02 ` pfpulux
  2021-06-15 13:36 ` Piraty
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2021-05-10 19:02 UTC (permalink / raw)
  To: ml

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

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/30751#issuecomment-837158828

Comment:
The test failed due to a [problem in greenlet version 0.4.17](https://github.com/python-greenlet/greenlet/pull/198). With 1.1.0 do_check  passed all tests. 

We should update `python3-greenlet`

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

* Re: python-SQLAlchemy: update to 1.3.24, split package
  2021-05-08 19:07 [PR PATCH] python-SQLAlchemy: update to 1.3.24, split package pfpulux
  2021-05-10 18:25 ` [PR PATCH] [Updated] " pfpulux
  2021-05-10 19:02 ` pfpulux
@ 2021-06-15 13:36 ` Piraty
  2022-05-19  2:16 ` github-actions
  2022-06-04  2:08 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2021-06-15 13:36 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/30751#issuecomment-861504487

Comment:
https://github.com/void-linux/void-packages/pull/31514

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

* Re: python-SQLAlchemy: update to 1.3.24, split package
  2021-05-08 19:07 [PR PATCH] python-SQLAlchemy: update to 1.3.24, split package pfpulux
                   ` (2 preceding siblings ...)
  2021-06-15 13:36 ` Piraty
@ 2022-05-19  2:16 ` github-actions
  2022-06-04  2:08 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-19  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/30751#issuecomment-1131014453

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: python-SQLAlchemy: update to 1.3.24, split package
  2021-05-08 19:07 [PR PATCH] python-SQLAlchemy: update to 1.3.24, split package pfpulux
                   ` (3 preceding siblings ...)
  2022-05-19  2:16 ` github-actions
@ 2022-06-04  2:08 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-04  2:08 UTC (permalink / raw)
  To: ml

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

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

python-SQLAlchemy: update to 1.3.24, split package
https://github.com/void-linux/void-packages/pull/30751

Description:
None

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

end of thread, other threads:[~2022-06-04  2:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08 19:07 [PR PATCH] python-SQLAlchemy: update to 1.3.24, split package pfpulux
2021-05-10 18:25 ` [PR PATCH] [Updated] " pfpulux
2021-05-10 19:02 ` pfpulux
2021-06-15 13:36 ` Piraty
2022-05-19  2:16 ` github-actions
2022-06-04  2:08 ` [PR PATCH] [Closed]: " github-actions

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).