Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-cssutils: update to 2.6.0.
@ 2022-11-09 10:34 Emru1
  2022-11-11  9:57 ` [PR REVIEW] " icp1994
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Emru1 @ 2022-11-09 10:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages python3-cssutils
https://github.com/void-linux/void-packages/pull/40408

python3-cssutils: update to 2.6.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**
- I built this PR locally for my native architecture, amd64

This package was strange, when I was updating to python3.11, byte-compile thrown errors about syntax, code looked like python2

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

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

From d8294c6f417de49271c6b8f44e42eea10a267fd1 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Wed, 9 Nov 2022 11:29:30 +0100
Subject: [PATCH] python3-cssutils: update to 2.6.0.

---
 srcpkgs/python3-cssutils/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index d5e43c8e2993..6aad9ed09c5a 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,16 +1,15 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
-version=1.0.2
-revision=7
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools"
+version=2.6.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
 short_desc="CSS Cascading Style Sheets library for Python3"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 # source files write 3.0-or-later, PKG-INFO writes 2.1
 license="LGPL-3.0-or-later"
 homepage="https://pypi.org/project/cssutils/"
 distfiles="${PYPI_SITE}/c/cssutils/cssutils-${version}.tar.gz"
-checksum=a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
+checksum=f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e
 
 conflicts="python-cssutils>=0"

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

* Re: [PR REVIEW] python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
  2022-11-11  9:57 ` [PR REVIEW] " icp1994
@ 2022-11-11  9:57 ` icp1994
  2022-11-12 16:09 ` [PR PATCH] [Updated] " Emru1
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-11-11  9:57 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40408#discussion_r1020059637

Comment:
```suggestion
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
depends="python3"
```

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

* Re: [PR REVIEW] python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
@ 2022-11-11  9:57 ` icp1994
  2022-11-11  9:57 ` icp1994
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-11-11  9:57 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40408#discussion_r1020062963

Comment:
```suggestion
homepage="https://pypi.org/project/cssutils/"
changelog="https://raw.githubusercontent.com/jaraco/cssutils/main/CHANGES.rst"
```

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

* Re: [PR PATCH] [Updated] python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
  2022-11-11  9:57 ` [PR REVIEW] " icp1994
  2022-11-11  9:57 ` icp1994
@ 2022-11-12 16:09 ` Emru1
  2022-11-12 16:11 ` Emru1
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2022-11-12 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages python3-cssutils
https://github.com/void-linux/void-packages/pull/40408

python3-cssutils: update to 2.6.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**
- I built this PR locally for my native architecture, amd64

This package was strange, when I was updating to python3.11, byte-compile thrown errors about syntax, code looked like python2

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

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

From d80833d94efdc1df4cc83a8a2132fc6909ef6aae Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Wed, 9 Nov 2022 11:29:30 +0100
Subject: [PATCH] python3-cssutils: update to 2.6.0.

---
 srcpkgs/python3-cssutils/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index d5e43c8e2993..b246e8563721 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
-version=1.0.2
-revision=7
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools"
+version=2.6.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
+depends="python3"
 short_desc="CSS Cascading Style Sheets library for Python3"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 # source files write 3.0-or-later, PKG-INFO writes 2.1
 license="LGPL-3.0-or-later"
 homepage="https://pypi.org/project/cssutils/"
+changelog="https://raw.githubusercontent.com/jaraco/cssutils/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/c/cssutils/cssutils-${version}.tar.gz"
-checksum=a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
+checksum=f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e
 
 conflicts="python-cssutils>=0"

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

* Re: python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
                   ` (2 preceding siblings ...)
  2022-11-12 16:09 ` [PR PATCH] [Updated] " Emru1
@ 2022-11-12 16:11 ` Emru1
  2022-11-12 16:35 ` icp1994
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2022-11-12 16:11 UTC (permalink / raw)
  To: ml

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

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/40408#issuecomment-1312517716

Comment:
Hey, @icp1994 
I added your suggestions. Is this template good now?

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

* Re: python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
                   ` (3 preceding siblings ...)
  2022-11-12 16:11 ` Emru1
@ 2022-11-12 16:35 ` icp1994
  2023-02-11  1:58 ` github-actions
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-11-12 16:35 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40408#issuecomment-1312522502

Comment:
Seems fine to me.

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

* Re: python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
                   ` (4 preceding siblings ...)
  2022-11-12 16:35 ` icp1994
@ 2023-02-11  1:58 ` github-actions
  2023-02-25  2:01 ` [PR PATCH] [Closed]: " github-actions
  2023-02-25 12:54 ` MarcinWieczorek
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-02-11  1:58 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/40408#issuecomment-1426567773

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] 9+ messages in thread

* Re: [PR PATCH] [Closed]: python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
                   ` (5 preceding siblings ...)
  2023-02-11  1:58 ` github-actions
@ 2023-02-25  2:01 ` github-actions
  2023-02-25 12:54 ` MarcinWieczorek
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-02-25  2:01 UTC (permalink / raw)
  To: ml

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

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

python3-cssutils: update to 2.6.0.
https://github.com/void-linux/void-packages/pull/40408

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
- I built this PR locally for my native architecture, amd64

This package was strange, when I was updating to python3.11, byte-compile thrown errors about syntax, code looked like python2

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

* Re: python3-cssutils: update to 2.6.0.
  2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
                   ` (6 preceding siblings ...)
  2023-02-25  2:01 ` [PR PATCH] [Closed]: " github-actions
@ 2023-02-25 12:54 ` MarcinWieczorek
  7 siblings, 0 replies; 9+ messages in thread
From: MarcinWieczorek @ 2023-02-25 12:54 UTC (permalink / raw)
  To: ml

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

New comment by MarcinWieczorek on void-packages repository

https://github.com/void-linux/void-packages/pull/40408#issuecomment-1445114840

Comment:
Bump

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

end of thread, other threads:[~2023-02-25 12:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 10:34 [PR PATCH] python3-cssutils: update to 2.6.0 Emru1
2022-11-11  9:57 ` [PR REVIEW] " icp1994
2022-11-11  9:57 ` icp1994
2022-11-12 16:09 ` [PR PATCH] [Updated] " Emru1
2022-11-12 16:11 ` Emru1
2022-11-12 16:35 ` icp1994
2023-02-11  1:58 ` github-actions
2023-02-25  2:01 ` [PR PATCH] [Closed]: " github-actions
2023-02-25 12:54 ` MarcinWieczorek

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