Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] salt: upgrade to 3001.1; convert depends to py3
@ 2020-08-08  5:41 Goorzhel
  2020-08-08  5:49 ` Goorzhel
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Goorzhel @ 2020-08-08  5:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages salt
https://github.com/void-linux/void-packages/pull/24136

salt: upgrade to 3001.1; convert depends to py3
@Vaelatern 

With saltstack/salt#55310 wrapped up, I figured I'd take a stab at updating our `salt` package. This _should_ also obsolete saltstack/salt#56551.

```
[ag@server~]# salt-master -V
Salt Version:
           Salt: 3001.1

Dependency Versions:
           cffi: 1.14.0
       cherrypy: Not Installed
       dateutil: Not Installed
      docker-py: 4.2.0
          gitdb: Not Installed
      gitpython: Not Installed
         Jinja2: 2.10.1
        libgit2: Not Installed
       M2Crypto: 0.35.2
           Mako: Not Installed
   msgpack-pure: Not Installed
 msgpack-python: 1.0.0
   mysql-python: Not Installed
      pycparser: 2.19
       pycrypto: Not Installed
   pycryptodome: Not Installed
         pygit2: Not Installed
         Python: 3.8.4 (default, Jul 17 2020, 11:12:18)
   python-gnupg: Not Installed
         PyYAML: 5.3
          PyZMQ: 19.0.2
          smmap: Not Installed
        timelib: Not Installed
        Tornado: 4.5.3
            ZMQ: 4.3.2

System Versions:
           dist: void rolling void
         locale: utf-8
        machine: x86_64
        release: 5.7.10_1
         system: Linux
        version: void rolling void
```

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

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

From c9791c78c9fdaf0573573fcd36e2006fd25332aa Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Fri, 7 Aug 2020 21:34:54 -0700
Subject: [PATCH] salt: upgrade to 3001.1; convert depends to py3

---
 srcpkgs/salt/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index fc8052a8dd2..47305e05d7b 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,21 +1,21 @@
 # Template file for 'salt'
 pkgname=salt
-version=3000.2
+version=3001.1
 revision=1
 archs=noarch
-build_style=python2-module
+build_style=python3-module
 pycompile_module="salt"
-hostmakedepends="python-devel python-setuptools"
-depends="python-yaml python-Jinja2 python-requests python-pyzmq
- python-M2Crypto python-tornado python-msgpack dmidecode pciutils
- python-psutil"
+hostmakedepends="python3-setuptools"
+depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
+ python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils
+ python3-psutil python3-distro"
 short_desc="Remote execution system, and configuration manager"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="http://saltstack.org/"
 changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
 distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
-checksum=0e33429d094a6109dfed955c4b1c638baee9641eca2f7609bbc4adad21c620d9
+checksum=e9ebb4d92fae8dabf21b8749dc126e4a4048bf8f613f5b1b851fe4b8226b5abc
 conf_files="
  /etc/salt/cloud.providers.d/digitalocean.conf
  /etc/salt/cloud.providers.d/vsphere.conf

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

end of thread, other threads:[~2020-08-10  3:29 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08  5:41 [PR PATCH] salt: upgrade to 3001.1; convert depends to py3 Goorzhel
2020-08-08  5:49 ` Goorzhel
2020-08-08  5:49 ` Goorzhel
2020-08-08  5:49 ` [PR PATCH] [Updated] " Goorzhel
2020-08-08 18:57 ` Goorzhel
2020-08-09  1:08 ` fosslinux
2020-08-09  1:13 ` ericonr
2020-08-09  1:29 ` Goorzhel
2020-08-09  2:26 ` [PR PATCH] [Updated] " Goorzhel
2020-08-09  2:43 ` [PR PATCH] [Updated] salt: to 3001.1; python{,3}-pycryptodomex: new package Goorzhel
2020-08-09  2:53 ` Goorzhel
2020-08-09  3:08 ` [PR PATCH] [Updated] " Goorzhel
2020-08-09  4:49 ` fosslinux
2020-08-09  4:53 ` Goorzhel
2020-08-09  4:56 ` fosslinux
2020-08-09  5:06 ` Goorzhel
2020-08-09  5:06 ` [PR PATCH] [Updated] " Goorzhel
2020-08-09  5:13 ` ericonr
2020-08-09  5:17 ` [PR REVIEW] " fosslinux
2020-08-09  5:18 ` Goorzhel
2020-08-09  5:47 ` [PR PATCH] [Updated] " Goorzhel
2020-08-09  5:47 ` Goorzhel
2020-08-09 18:41 ` Goorzhel
2020-08-09 21:43 ` Vaelatern
2020-08-09 21:54 ` Vaelatern
2020-08-09 23:50 ` Goorzhel
2020-08-09 23:56 ` [PR PATCH] [Updated] " Goorzhel
2020-08-10  3:28 ` [PR PATCH] [Closed]: " Vaelatern
2020-08-10  3:29 ` Vaelatern
2020-08-10  3:29 ` Goorzhel

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