[Bug 243610] sysutils/py-salt failed to build with python 3.8

2020-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243610

Ben Woods  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2446
   ||50

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 243610] sysutils/py-salt failed to build with python 3.8

2020-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243610

Ben Woods  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2446
   ||53

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 243610] sysutils/py-salt failed to build with python 3.8

2020-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243610

--- Comment #11 from commit-h...@freebsd.org ---
A commit references this bug:

Author: woodsb02
Date: Sat Mar  7 03:44:24 UTC 2020
New revision: 527918
URL: https://svnweb.freebsd.org/changeset/ports/527918

Log:
  sysutils/py-salt: python3.8 is not supported yet

 
https://docs.saltstack.com/en/2019.2/topics/installation/index.html#dependencies
 
https://docs.saltstack.com/en/3000/topics/releases/3000.html#python-3-8-not-supported
  https://github.com/saltstack/salt/issues/55310

  PR:   243610
  Reported by:  Tommy P 
  Approved by:  Christer Edwards  (maintainer)

Changes:
  head/sysutils/py-salt/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 243610] sysutils/py-salt failed to build with python 3.8

2020-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243610

Ben Woods  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Open|Closed
 CC||woods...@freebsd.org

--- Comment #12 from Ben Woods  ---
Closing this bug, as the sysutils/py-salt port has been updated to correctly
declare that python 3.8 is not supported.

Separate bugs have been opened to address python support for devel/py-ioflo and
net/py-raet

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 237971] sysutils/py-salt: split port into -latest and -stable (2019.2 and 2018.3)

2020-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237971

Ben Woods  changed:

   What|Removed |Added

 Attachment #204451|0   |1
   is patch||

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 237971] sysutils/py-salt: split port into -latest and -stable (2019.2 and 2018.3)

2020-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237971

Ben Woods  changed:

   What|Removed |Added

 CC||woods...@freebsd.org
 Attachment #204450|0   |1
   is patch||

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 237971] sysutils/py-salt: split port into -latest and -stable (2019.2 and 2018.3)

2020-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237971

--- Comment #6 from Ben Woods  ---
Hi Christer,

Now that phase 3 upstream support is now finished for 2018.3, can I ask what
you would like to do with this bug?
https://www.saltstack.com/product-support-lifecycle/

>From a user's point of view, its always nice if you can just keep doing "pkg
upgrade", and not have to worry about versions. Am I correct in saying this
patch would require the following manual steps from users to upgrade between
versions?
# pkg remove py37-salt20183
# pkg install py37-salt20192

Given salt masters and minions should generally be kept in sync, it might make
sense for salt to have separate packages in this case, and give the sysadmin
fine-grained control over the salt versions being run (using the pkg commands
above).

EXTRACT FROM UPSTREAM DOCUMENTATION - UPGRADE INSTRUCTIONS
https://docs.saltstack.com/en/master/topics/installation/index.html#upgrading-salt
"
Upgrading Salt

When upgrading Salt, the master(s) should always be upgraded first. Backward
compatibility for minions running newer versions of salt than their masters is
not guaranteed.

Whenever possible, backward compatibility between new masters and old minions
will be preserved. Generally, the only exception to this policy is in case of a
security vulnerability.
"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"