Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] todoman: update to 4.0.0.
@ 2021-06-05 13:19 UsernameRandomlyGenerated
  2021-06-05 16:45 ` anubhavkini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-06-05 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages todoman40
https://github.com/void-linux/void-packages/pull/31308

todoman: update to 4.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31308.patch is attached

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

From ccd0f2138e8b32889e9c99600e810e45e991ebd1 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sat, 5 Jun 2021 15:18:43 +0200
Subject: [PATCH] todoman: update to 4.0.0.

---
 srcpkgs/todoman/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index 1236479016a2..ed3089d0dcf8 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,7 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
-version=3.8.0
-revision=3
+version=4.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
@@ -12,7 +12,7 @@ maintainer="Eric Scheibler <email@eric-scheibler.de>"
 license="ISC"
 homepage="https://github.com/pimutils/todoman"
 distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
-checksum=8bdbefa8b190c19cc01a57396ce9d0264ee10ec8ce96703fb72d69b8867107ab
+checksum=4c4d0c6533da8d553f3dd170c9c4ff3752eb11fd7177ee391414a39adfef60ad
 
 post_install() {
 	vlicense LICENCE

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

* Re: todoman: update to 4.0.0.
  2021-06-05 13:19 [PR PATCH] todoman: update to 4.0.0 UsernameRandomlyGenerated
@ 2021-06-05 16:45 ` anubhavkini
  2021-06-08  2:25 ` ericonr
  2021-06-08  2:28 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: anubhavkini @ 2021-06-05 16:45 UTC (permalink / raw)
  To: ml

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

New comment by anubhavkini on void-packages repository

https://github.com/void-linux/void-packages/pull/31308#issuecomment-855265126

Comment:
This version introduces [breaking changes](https://github.com/pimutils/todoman/blob/a4bfd95492a67f3a524b8d716b6e8309aecc9990/CHANGELOG.rst) in the configuration format. Should we add an `INSTALL.msg`?

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

* Re: todoman: update to 4.0.0.
  2021-06-05 13:19 [PR PATCH] todoman: update to 4.0.0 UsernameRandomlyGenerated
  2021-06-05 16:45 ` anubhavkini
@ 2021-06-08  2:25 ` ericonr
  2021-06-08  2:28 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-06-08  2:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31308#issuecomment-856388391

Comment:
@anubhavkini since the program should print a clear error message, we won't add an INSTALL msg, but I will add a changelog entry to help them.

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

* Re: [PR PATCH] [Closed]: todoman: update to 4.0.0.
  2021-06-05 13:19 [PR PATCH] todoman: update to 4.0.0 UsernameRandomlyGenerated
  2021-06-05 16:45 ` anubhavkini
  2021-06-08  2:25 ` ericonr
@ 2021-06-08  2:28 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-06-08  2:28 UTC (permalink / raw)
  To: ml

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

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

todoman: update to 4.0.0.
https://github.com/void-linux/void-packages/pull/31308

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 13:19 [PR PATCH] todoman: update to 4.0.0 UsernameRandomlyGenerated
2021-06-05 16:45 ` anubhavkini
2021-06-08  2:25 ` ericonr
2021-06-08  2:28 ` [PR PATCH] [Closed]: " ericonr

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