Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Up python3 shodan 1.25.0
@ 2021-02-11 16:45 misuchiru03
  2021-02-11 16:50 ` [Do not merge] " misuchiru03
  2021-02-11 16:55 ` [PR PATCH] [Closed]: " misuchiru03
  0 siblings, 2 replies; 3+ messages in thread
From: misuchiru03 @ 2021-02-11 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_python3-shodan_1.25.0
https://github.com/void-linux/void-packages/pull/28668

Up python3 shodan 1.25.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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_python3-shodan_1.25.0-28668.patch --]
[-- Type: text/x-diff, Size: 3128 bytes --]

From 74553a3bb9c58f0fb763b8dca590893a91ab345e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 14 Nov 2019 20:36:41 +0100
Subject: [PATCH 1/3] libressl: bump minimum versions in common/shlib to 3.0.2.

Rebuilt packages may use added functions in 3.0.2,
in spite of no soname bump on the libraries.
---
 common/shlibs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common/shlibs b/common/shlibs
index c9d19402628..991cd44e9a9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3508,6 +3508,10 @@ libcrypto.so.46 libcrypto46-3.1.1_1
 libtls.so.20 libtls20-3.1.1_1
 libssl.so.48 libssl48-3.1.1_1
 libxmlb.so.2 libxmlb-0.2.1_1
+libcrypto.so.45 libcrypto45-3.0.2_1
+libtls.so.19 libtls19-3.0.2_1
+libssl.so.47 libssl47-3.0.2_1
+libxmlb.so.1 libxmlb-0.1.3_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
 libUMP.so.3 libump-git-20181122_2

From 370b9991699931d977baa2a35c032de038591910 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 23 Sep 2020 13:44:24 -0500
Subject: [PATCH 2/3] ms-core-fonts: update to 1.1

---
 srcpkgs/ms-core-fonts/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/ms-core-fonts/template

diff --git a/srcpkgs/ms-core-fonts/template b/srcpkgs/ms-core-fonts/template
new file mode 100644
index 00000000000..0322eb65e48
--- /dev/null
+++ b/srcpkgs/ms-core-fonts/template
@@ -0,0 +1,20 @@
+# Template file for 'ms-core-fonts'
+pkgname=ms-core-fonts
+version=1.1
+revision=1
+hostmakedepends="font-util"
+short_desc="Microsoft Core Fonts pack"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="proprietary"
+homepage="https://www.fonts.com/font/monotype"
+distfiles="https://github.com/misuchiru03/ms-core-fonts/archive/v${version}.tar.gz"
+checksum=7d5b9351193f949801395cfadeaf7a543dfa70da7cb9a7386857dbc91f7433af
+repository=nonfree
+restricted=yes
+
+do_install() {
+	for font in *.{ttf,TTF}; do
+		vinstall "$font" 644 /usr/share/fonts/TTF/
+	done
+	vlicense LICENSE
+}

From f0f2f07cfd14729aa44b74d233f472a5520ee7f4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 11 Feb 2021 08:33:44 -0600
Subject: [PATCH 3/3] python3-shodan: update to 1.25.0

---
 srcpkgs/python3-shodan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 5900d6ce7d1..b862e58c671 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
-version=1.24.0
+version=1.25.0
 revision=1
 wrksrc="shodan-python-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="MIT"
 homepage="https://developer.shodan.io"
 distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
-checksum=10ab5187de136aeec417c636a7ab33ab7432021143a2b71f31a55bc4d6e3c743
+checksum=52932c6d508622877d0667e0290fee84e6cb749b6565b48ba359fbbf002f0845
 
 post_install() {
 	vlicense LICENSE

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

* Re: [Do not merge] Up python3 shodan 1.25.0
  2021-02-11 16:45 [PR PATCH] Up python3 shodan 1.25.0 misuchiru03
@ 2021-02-11 16:50 ` misuchiru03
  2021-02-11 16:55 ` [PR PATCH] [Closed]: " misuchiru03
  1 sibling, 0 replies; 3+ messages in thread
From: misuchiru03 @ 2021-02-11 16:50 UTC (permalink / raw)
  To: ml

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

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/28668#issuecomment-777635230

Comment:
Created new branch from master after rebasing from upstream, for some reason it included two completely unrelated PRs. Correcting.

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

* Re: [PR PATCH] [Closed]: [Do not merge] Up python3 shodan 1.25.0
  2021-02-11 16:45 [PR PATCH] Up python3 shodan 1.25.0 misuchiru03
  2021-02-11 16:50 ` [Do not merge] " misuchiru03
@ 2021-02-11 16:55 ` misuchiru03
  1 sibling, 0 replies; 3+ messages in thread
From: misuchiru03 @ 2021-02-11 16:55 UTC (permalink / raw)
  To: ml

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

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

[Do not merge] Up python3 shodan 1.25.0
https://github.com/void-linux/void-packages/pull/28668

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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

end of thread, other threads:[~2021-02-11 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 16:45 [PR PATCH] Up python3 shodan 1.25.0 misuchiru03
2021-02-11 16:50 ` [Do not merge] " misuchiru03
2021-02-11 16:55 ` [PR PATCH] [Closed]: " misuchiru03

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