Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt
@ 2022-07-28  9:31 ishaanbhimwal
  2022-07-29  7:25 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-28  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-BeautifulSoup4
https://github.com/void-linux/void-packages/pull/38331

python3-BeautifulSoup4: update to 4.11.1 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e1343f79cbc20ca8adc6f96978bf30895abeadfd Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 28 Jul 2022 14:59:54 +0530
Subject: [PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt

---
 srcpkgs/python3-BeautifulSoup4/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index cd0535284105..0ce5d20e6279 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
-version=4.10.0
+version=4.11.1
 revision=1
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
@@ -8,12 +8,12 @@ hostmakedepends="python3-setuptools"
 depends="python3 python3-soupsieve"
 checkdepends="python3-pytest $depends"
 short_desc="Python3 HTML/XML parser"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="MIT"
 homepage="https://www.crummy.com/software/BeautifulSoup"
-changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
+changelog="https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
 distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
-checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891
+checksum=ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-BeautifulSoup4: update to 4.11.1 and adopt
  2022-07-28  9:31 [PR PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt ishaanbhimwal
@ 2022-07-29  7:25 ` classabbyamp
  2022-07-30 11:14 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-29  7:25 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38331#discussion_r932945194

Comment:
```suggestion
	vlicense LICENSE
	rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests
```
we don't need to include the tests in the installed package

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

* Re: [PR PATCH] [Updated] python3-BeautifulSoup4: update to 4.11.1 and adopt
  2022-07-28  9:31 [PR PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt ishaanbhimwal
  2022-07-29  7:25 ` [PR REVIEW] " classabbyamp
@ 2022-07-30 11:14 ` ishaanbhimwal
  2022-07-30 15:10 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-30 11:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-BeautifulSoup4
https://github.com/void-linux/void-packages/pull/38331

python3-BeautifulSoup4: update to 4.11.1 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9e8c0ae469d8b15b36154a386f90d969275e3991 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 28 Jul 2022 14:59:54 +0530
Subject: [PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt

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

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index cd0535284105..b471a020f8f4 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
-version=4.10.0
+version=4.11.1
 revision=1
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
@@ -8,13 +8,14 @@ hostmakedepends="python3-setuptools"
 depends="python3 python3-soupsieve"
 checkdepends="python3-pytest $depends"
 short_desc="Python3 HTML/XML parser"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="MIT"
 homepage="https://www.crummy.com/software/BeautifulSoup"
-changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
+changelog="https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
 distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
-checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891
+checksum=ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693
 
 post_install() {
 	vlicense LICENSE
+	rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests
 }

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

* Re: [PR REVIEW] python3-BeautifulSoup4: update to 4.11.1 and adopt
  2022-07-28  9:31 [PR PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt ishaanbhimwal
  2022-07-29  7:25 ` [PR REVIEW] " classabbyamp
  2022-07-30 11:14 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-30 15:10 ` paper42
  2022-07-30 16:01 ` [PR PATCH] [Updated] " ishaanbhimwal
  2022-08-01 17:00 ` [PR PATCH] [Merged]: python3-BeautifulSoup4: update to 4.11.1 classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-07-30 15:10 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38331#discussion_r933824373

Comment:
I asked you on IRC to remove adoption from this and your other PRs, please do it and this can be merged.

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

* Re: [PR PATCH] [Updated] python3-BeautifulSoup4: update to 4.11.1 and adopt
  2022-07-28  9:31 [PR PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt ishaanbhimwal
                   ` (2 preceding siblings ...)
  2022-07-30 15:10 ` [PR REVIEW] " paper42
@ 2022-07-30 16:01 ` ishaanbhimwal
  2022-08-01 17:00 ` [PR PATCH] [Merged]: python3-BeautifulSoup4: update to 4.11.1 classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-30 16:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages python3-BeautifulSoup4
https://github.com/void-linux/void-packages/pull/38331

python3-BeautifulSoup4: update to 4.11.1 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ebcde042668a59e7f4e6753f70b416c6e6a5c0be Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Thu, 28 Jul 2022 14:59:54 +0530
Subject: [PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt

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

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index cd0535284105..2aa3b1f2bf71 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
-version=4.10.0
+version=4.11.1
 revision=1
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
@@ -11,10 +11,11 @@ short_desc="Python3 HTML/XML parser"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.crummy.com/software/BeautifulSoup"
-changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
+changelog="https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
 distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
-checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891
+checksum=ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693
 
 post_install() {
 	vlicense LICENSE
+	rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests
 }

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

* Re: [PR PATCH] [Merged]: python3-BeautifulSoup4: update to 4.11.1
  2022-07-28  9:31 [PR PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt ishaanbhimwal
                   ` (3 preceding siblings ...)
  2022-07-30 16:01 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-08-01 17:00 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-01 17:00 UTC (permalink / raw)
  To: ml

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

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

python3-BeautifulSoup4: update to 4.11.1
https://github.com/void-linux/void-packages/pull/38331

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-08-01 17:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28  9:31 [PR PATCH] python3-BeautifulSoup4: update to 4.11.1 and adopt ishaanbhimwal
2022-07-29  7:25 ` [PR REVIEW] " classabbyamp
2022-07-30 11:14 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-30 15:10 ` [PR REVIEW] " paper42
2022-07-30 16:01 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-08-01 17:00 ` [PR PATCH] [Merged]: python3-BeautifulSoup4: update to 4.11.1 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).