Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-cli_helpers: update to 2.2.1.
@ 2022-02-13  4:32 MouadCharradi
  2022-02-13 13:17 ` [PR PATCH] [Closed]: " MouadCharradi
  2022-02-13 13:17 ` [PR PATCH] [Updated] " MouadCharradi
  0 siblings, 2 replies; 3+ messages in thread
From: MouadCharradi @ 2022-02-13  4:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages python3-cli_helpers
https://github.com/void-linux/void-packages/pull/35576

python3-cli_helpers: update to 2.2.1.
<!-- 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 [skip CI](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/35576.patch is attached

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

From d27a9f82475cdf1a9a774583a21590c64a72969f Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Feb 2022 05:31:17 +0100
Subject: [PATCH] python3-cli_helpers: update to 2.2.1.

---
 .../patches/use-python3-mock-on-tests.patch         | 13 -------------
 srcpkgs/python3-cli_helpers/template                |  8 +++-----
 2 files changed, 3 insertions(+), 18 deletions(-)
 delete mode 100644 srcpkgs/python3-cli_helpers/patches/use-python3-mock-on-tests.patch

diff --git a/srcpkgs/python3-cli_helpers/patches/use-python3-mock-on-tests.patch b/srcpkgs/python3-cli_helpers/patches/use-python3-mock-on-tests.patch
deleted file mode 100644
index 7af8c9d24022..000000000000
--- a/srcpkgs/python3-cli_helpers/patches/use-python3-mock-on-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git tests/test_config.py tests/test_config.py
-index 3cbe211..4d2bc77 100644
---- a/tests/test_config.py
-+++ b/tests/test_config.py
-@@ -4,7 +4,7 @@
- from __future__ import unicode_literals
- import os
- 
--from mock import MagicMock
-+from unittest.mock import MagicMock
- import pytest
- 
- from cli_helpers.compat import MAC, text_type, WIN
diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index a6b29fa02012..0f2b4426aabe 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,20 +1,18 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
-version=1.2.1
+version=2.2.1
 revision=4
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
-pycompile_module="cli_helpers"
 hostmakedepends="python3-setuptools"
-depends="python3-configobj python3-tabulate python3-terminaltables
- python3-wcwidth"
+depends="python3-configobj python3-tabulate python3-wcwidth"
 checkdepends="python3-pytest ${depends}"
 short_desc="Python helpers for building command-line apps"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="BSD-3-Clause"
 homepage="https://github.com/dbcli/cli_helpers"
 distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz"
-checksum=98db22eaa86827d99ee6af9f5f3923142d04df256425204530842b032849a165
+checksum=0ccc1cfcda1ac64dc7ed83d7013055cf19e5979d29e56c21f3b692de01555aae
 
 do_check() {
 	python3 -m pytest

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

* Re: [PR PATCH] [Closed]: python3-cli_helpers: update to 2.2.1.
  2022-02-13  4:32 [PR PATCH] python3-cli_helpers: update to 2.2.1 MouadCharradi
@ 2022-02-13 13:17 ` MouadCharradi
  2022-02-13 13:17 ` [PR PATCH] [Updated] " MouadCharradi
  1 sibling, 0 replies; 3+ messages in thread
From: MouadCharradi @ 2022-02-13 13:17 UTC (permalink / raw)
  To: ml

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

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

python3-cli_helpers: update to 2.2.1.
https://github.com/void-linux/void-packages/pull/35576

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 [skip CI](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] 3+ messages in thread

* Re: [PR PATCH] [Updated] python3-cli_helpers: update to 2.2.1.
  2022-02-13  4:32 [PR PATCH] python3-cli_helpers: update to 2.2.1 MouadCharradi
  2022-02-13 13:17 ` [PR PATCH] [Closed]: " MouadCharradi
@ 2022-02-13 13:17 ` MouadCharradi
  1 sibling, 0 replies; 3+ messages in thread
From: MouadCharradi @ 2022-02-13 13:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages python3-cli_helpers
https://github.com/void-linux/void-packages/pull/35576

python3-cli_helpers: update to 2.2.1.
<!-- 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 [skip CI](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/35576.patch is attached

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



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

end of thread, other threads:[~2022-02-13 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13  4:32 [PR PATCH] python3-cli_helpers: update to 2.2.1 MouadCharradi
2022-02-13 13:17 ` [PR PATCH] [Closed]: " MouadCharradi
2022-02-13 13:17 ` [PR PATCH] [Updated] " MouadCharradi

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