Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] variety: update to 0.8.10.
@ 2023-03-24 19:03 TinfoilSubmarine
  2023-03-28  2:50 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2023-03-24 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/variety
https://github.com/void-linux/void-packages/pull/42977

variety: update to 0.8.10.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42977.patch is attached

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

From 411553e47f4d81f3013242046a86fd297794a210 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 24 Mar 2023 12:02:32 -0400
Subject: [PATCH] variety: update to 0.8.10.

---
 srcpkgs/variety/patches/pylint.patch | 13 +++++++++++++
 srcpkgs/variety/template             | 13 +++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/variety/patches/pylint.patch

diff --git a/srcpkgs/variety/patches/pylint.patch b/srcpkgs/variety/patches/pylint.patch
new file mode 100644
index 000000000000..70d6dffae4a5
--- /dev/null
+++ b/srcpkgs/variety/patches/pylint.patch
@@ -0,0 +1,13 @@
+diff --git a/tests/test_lint.py b/tests/test_lint.py
+index c81efe5..5c5ed64 100644
+--- a/tests/test_lint.py
++++ b/tests/test_lint.py
+@@ -25,7 +25,7 @@ class TestPylint(unittest.TestCase):
+         
+         your code may well work even with pylint errors
+         but have some unusual code"""
+-        return_code = subprocess.call(["pylint3", "-E", "variety"])
++        return_code = subprocess.call(["pylint", "-E", "variety"])
+         # not needed because nosetests displays pylint console output
+         # self.assertEqual(return_code, 0)
+ 
diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 02d548f9d8df..619fd032a40f 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,17 +1,18 @@
 # Template file for 'variety'
 pkgname=variety
-version=0.8.9
-revision=2
+version=0.8.10
+revision=1
 build_style=python3-module
 pycompile_dirs="usr/share/variety/plugins"
-hostmakedepends="python3-distutils-extra intltool"
+hostmakedepends="python3-setuptools python3-distutils-extra intltool"
 depends="ImageMagick gtk+3 libgexiv2 libnotify python3-BeautifulSoup4
- python3-Pillow python3-configobj python3-curl python3-dbus python3-gobject
- python3-httplib2 python3-lxml python3-requests"
+ python3-Pillow python3-configobj python3-dbus python3-gobject python3-httplib2
+ python3-lxml python3-requests python3-cairo"
+checkdepends="python3-pytest pylint $depends"
 short_desc="Changes the wallpaper on a regular interval"
 maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://peterlevi.com/variety/"
 changelog="https://raw.githubusercontent.com/varietywalls/variety/master/data/ui/changes.txt"
 distfiles="https://github.com/varietywalls/variety/archive/${version}.tar.gz"
-checksum=bcb5d41e0903734c0ac1015b0e599bf99eb1975bcbdcbce623eb42d230532595
+checksum=9f312571b92032faf1d3eca62f3800a583e5a90b82a68b6dcd18362120fcda6c

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

* Re: [PR PATCH] [Merged]: variety: update to 0.8.10.
  2023-03-24 19:03 [PR PATCH] variety: update to 0.8.10 TinfoilSubmarine
@ 2023-03-28  2:50 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-03-28  2:50 UTC (permalink / raw)
  To: ml

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

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

variety: update to 0.8.10.
https://github.com/void-linux/void-packages/pull/42977

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 2+ messages in thread

end of thread, other threads:[~2023-03-28  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 19:03 [PR PATCH] variety: update to 0.8.10 TinfoilSubmarine
2023-03-28  2:50 ` [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).