Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-bottle: update to 0.12.23.
@ 2022-09-10 17:08 icp1994
  2022-09-10 17:20 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2022-09-10 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-bottle
https://github.com/void-linux/void-packages/pull/39211

python3-bottle: update to 0.12.23.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

#### Rev dep checks
- [x] beancount
- [x] platformio

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

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

From f396e698dc998db52b4b0afed5ef8657b86b34b1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 14:45:59 +0530
Subject: [PATCH] python3-bottle: update to 0.12.23.

---
 srcpkgs/python3-bottle/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index fd54b47fde51..8916f7042e24 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
-version=0.12.19
-revision=2
+version=0.12.23
+revision=1
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="${depends} python3-Mako python3-Jinja2 python3-pytest-xdist"
 short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"
-homepage="http://bottlepy.org"
+homepage="https://bottlepy.org"
+changelog="https://raw.githubusercontent.com/bottlepy/bottle/master/docs/changelog.rst"
 distfiles="${PYPI_SITE}/b/bottle/bottle-${version}.tar.gz"
-checksum=a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c
+checksum=683de3aa399fb26e87b274dbcf70b1a651385d459131716387abdc3792e04167
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-bottle: update to 0.12.23.
  2022-09-10 17:08 [PR PATCH] python3-bottle: update to 0.12.23 icp1994
@ 2022-09-10 17:20 ` icp1994
  2022-09-10 17:22 ` icp1994
  2022-09-10 21:53 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-09-10 17:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-bottle
https://github.com/void-linux/void-packages/pull/39211

python3-bottle: update to 0.12.23.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

#### Rev dep checks
- [x] beancount
- [x] platformio

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

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

From c08e20e0bcc2de4675abef5bc10ed39eb718ecfd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 14:45:59 +0530
Subject: [PATCH] python3-bottle: update to 0.12.23.

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

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index fd54b47fde51..fa7856f3e4d7 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,17 +1,20 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
-version=0.12.19
-revision=2
+version=0.12.23
+revision=1
 wrksrc="bottle-${version}"
 build_style=python3-module
+make_check_args="--deselect test/test_sendfile.py::TestSendFile::test_invalid"
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="${depends} python3-Mako python3-Jinja2 python3-pytest-xdist"
 short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"
-homepage="http://bottlepy.org"
+homepage="https://bottlepy.org"
+changelog="https://raw.githubusercontent.com/bottlepy/bottle/master/docs/changelog.rst"
 distfiles="${PYPI_SITE}/b/bottle/bottle-${version}.tar.gz"
-checksum=a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c
+checksum=683de3aa399fb26e87b274dbcf70b1a651385d459131716387abdc3792e04167
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-bottle: update to 0.12.23.
  2022-09-10 17:08 [PR PATCH] python3-bottle: update to 0.12.23 icp1994
  2022-09-10 17:20 ` [PR PATCH] [Updated] " icp1994
@ 2022-09-10 17:22 ` icp1994
  2022-09-10 21:53 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-09-10 17:22 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39211#issuecomment-1242771664

Comment:
The only failing test in CI passes fine for me locally so I'm ignoring it for now.

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

* Re: [PR PATCH] [Merged]: python3-bottle: update to 0.12.23.
  2022-09-10 17:08 [PR PATCH] python3-bottle: update to 0.12.23 icp1994
  2022-09-10 17:20 ` [PR PATCH] [Updated] " icp1994
  2022-09-10 17:22 ` icp1994
@ 2022-09-10 21:53 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-10 21:53 UTC (permalink / raw)
  To: ml

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

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

python3-bottle: update to 0.12.23.
https://github.com/void-linux/void-packages/pull/39211

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64

#### Rev dep checks
- [x] beancount
- [x] platformio

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

end of thread, other threads:[~2022-09-10 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-10 17:08 [PR PATCH] python3-bottle: update to 0.12.23 icp1994
2022-09-10 17:20 ` [PR PATCH] [Updated] " icp1994
2022-09-10 17:22 ` icp1994
2022-09-10 21:53 ` [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).