[Bug 230151] security/py-asyncssh: Update to 1.13.3 (Fixes security vulnerability: CVE-2018-7749)

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230151

Jochen Neumeister  changed:

   What|Removed |Added

   Assignee|jon...@freebsd.org  |m...@freebsd.org

-- 
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 230129] devel/py-Pint: Update to 0.8.1

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230129

Jochen Neumeister  changed:

   What|Removed |Added

   Assignee|jon...@freebsd.org  |m...@freebsd.org

-- 
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 230131] devel/py-automaton: Update to 1.15.0

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230131

Jochen Neumeister  changed:

   What|Removed |Added

   Assignee|jon...@freebsd.org  |m...@freebsd.org

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #196070|0   |1
is obsolete||
 Attachment #196070|maintainer-approval+|maintainer-approval-
  Flags||

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||needs-patch, needs-qa

--- Comment #8 from Kubilay Kocak  ---
Review items:

- Needs USE_PYTHON=concurrent (installs setup.py:console_scripts)
- Add TEST_DEPENDS and test target
- Re-add updated dependencies (missing)

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Nathan  changed:

   What|Removed |Added

 Attachment #196069|0   |1
is obsolete||
 Attachment #196070||maintainer-approval+
  Flags||

--- Comment #7 from Nathan  ---
Created attachment 196070
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196070&action=edit
Update

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

--- Comment #6 from Nathan  ---
Comment on attachment 196069
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196069
Update

>security/py-yubikey-manager: Update to 0.7.1
>
>* Updated to version 0.7.1
>* Corrected License according to COPYING file
>* Added pkg-message pertaining to Python 3
>  -- UTF Locale needs to be set in Python 3
>
>Changelog: 
>https://raw.githubusercontent.com/Yubico/yubikey-manager/5938d59e84b139f357a7f9502fa027db3877c7f5/NEWS
>
>Index: security/py-yubikey-manager/Makefile
>===
>--- security/py-yubikey-manager/Makefile   (revision 476788)
>+++ security/py-yubikey-manager/Makefile   (working copy)
>@@ -1,15 +1,16 @@
> # $FreeBSD$
> 
> PORTNAME= yubikey-manager
>-PORTVERSION=  0.6.1
>+PORTVERSION=  0.7.1
> CATEGORIES=   security python
> MASTER_SITES= CHEESESHOP
> PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
> 
>-MAINTAINER=   po...@freebsd.org
>+MAINTAINER=   ndow...@yahoo.com
> COMMENT=  Python library and command line tool for configuring a YubiKey
> 
>-LICENSE=  GPLv3
>+LICENSE=  BSD2CLAUSE
>+LICENSE_FILE= ${WRKSRC}/COPYING
> 
> RUN_DEPENDS=  
> ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
>   
> ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
>@@ -20,7 +21,8 @@
>   u2f-host:security/libu2f-host \
>   ykpers>0:security/ykpers
> 
>-USES= python:3.4+
>+USES= python
> USE_PYTHON=   autoplist distutils
>+NO_ARCH=  yes
> 
> .include 
>Index: security/py-yubikey-manager/distinfo
>===
>--- security/py-yubikey-manager/distinfo   (revision 476788)
>+++ security/py-yubikey-manager/distinfo   (working copy)
>@@ -1,3 +1,3 @@
>-TIMESTAMP = 1524469668
>-SHA256 (yubikey-manager-0.6.1.tar.gz) = 
>bd5400b4bd246b3e3aa04e76e4fc665d92389709d6574d2244e3c94a12fe16ad
>-SIZE (yubikey-manager-0.6.1.tar.gz) = 78915
>+TIMESTAMP = 1533955267
>+SHA256 (yubikey-manager-0.7.1.tar.gz) = 
>177bbf953b8557b8de68bacbbdfc56764e93733f337b2327e322cfc4ed4f7d18
>+SIZE (yubikey-manager-0.7.1.tar.gz) = 71834
>Index: security/py-yubikey-manager/pkg-message
>===
>--- security/py-yubikey-manager/pkg-message(nonexistent)
>+++ security/py-yubikey-manager/pkg-message(working copy)
>@@ -0,0 +1,8 @@
>+
>+If using Python3.x:
>+You must export your UTF-8 locale, for ykman to run
>+
>+Example:
>+export LC_ALL=en_US.UTF-8
>+
>+
>
>Property changes on: security/py-yubikey-manager/pkg-message
>___
>Added: fbsd:nokeywords
>## -0,0 +1 ##
>+yes
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Nathan  changed:

   What|Removed |Added

URL||security/py-yubikey-manager
   ||: Update to 0.7.1  *
   ||Updated to version 0.7.1 *
   ||Corrected License according
   ||to COPYING file  Changelog:
   ||https://raw.githubuserconte
   ||nt.com/Yubico/yubikey-manag
   ||er/5938d59e84b139f357a7f950
   ||2fa027db3877c7f5/NEWS

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Nathan  changed:

   What|Removed |Added

URL|security/py-yubikey-manager |https://raw.githubuserconte
   |: Update to 0.7.1  *|nt.com/Yubico/yubikey-manag
   |Updated to version 0.7.1 *  |er/5938d59e84b139f357a7f950
   |Corrected License according |2fa027db3877c7f5/NEWS
   |to COPYING file  Changelog: |
   |https://raw.githubuserconte |
   |nt.com/Yubico/yubikey-manag |
   |er/5938d59e84b139f357a7f950 |
   |2fa027db3877c7f5/NEWS   |

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Nathan  changed:

   What|Removed |Added

 Attachment #196069||maintainer-approval+
  Flags||

--- Comment #5 from Nathan  ---
Created attachment 196069
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196069&action=edit
Update

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Nathan  changed:

   What|Removed |Added

   Keywords|needs-patch, needs-qa   |

-- 
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 230308] sysutils/duply: Update to 2.1

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230308

Danilo G. Baio  changed:

   What|Removed |Added

 CC||db...@freebsd.org
 Status|New |Open
   Assignee|ports-b...@freebsd.org  |db...@freebsd.org

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #196067|maintainer-approval+|maintainer-approval-
  Flags||
 Attachment #196067|0   |1
is obsolete||

--- Comment #4 from Kubilay Kocak  ---
Comment on attachment 196067
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196067
Update

Needs changes and further review

-- 
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 230514] security/py-yubikey-manager: Update to 0.7.1; Take MAINTAINER'ship

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230514

Kubilay Kocak  changed:

   What|Removed |Added

Summary|security/py-yubikey-manager |security/py-yubikey-manager
   |: Update to 0.7.1; Take |: Update to 0.7.1; Take
   |MAINTAINER'ship WIP |MAINTAINER'ship
   Keywords||needs-patch, needs-qa
 CC||pyt...@freebsd.org

--- Comment #3 from Kubilay Kocak  ---
Reviewed this with Nathan on IRC. Will provide update later.

-- 
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 230307] databases/py-peewee: Update to 3.6.4

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230307

Martin Wilke  changed:

   What|Removed |Added

 CC||m...@freebsd.org
   Assignee|ports-b...@freebsd.org  |m...@freebsd.org

-- 
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 230494] devel/gdb: Fix build with Python 3.7

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230494

Kubilay Kocak  changed:

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1577396
   Keywords|needs-qa|
Summary|devel/gdb: Add upstream |devel/gdb: Fix build with
   |patch to fix build with |Python 3.7
   |Python 3.7  |

-- 
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 230494] devel/gdb: Add upstream patch to fix build with Python 3.7

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230494

Yasuhiro KIMURA  changed:

   What|Removed |Added

Summary|devel/gdb: Mark BROKEN with |devel/gdb: Add upstream
   |Python 3.7. |patch to fix build with
   ||Python 3.7

-- 
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 230494] devel/gdb: Mark BROKEN with Python 3.7.

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230494

Yasuhiro KIMURA  changed:

   What|Removed |Added

 Attachment #196044|0   |1
is obsolete||

--- Comment #3 from Yasuhiro KIMURA  ---
Created attachment 196055
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196055&action=edit
updated patch file

* Add upstream patch to fix build with Python 3.7.
* Bump PORTREVISION.

So please commit attached patch instead of original one.

Builds with all supported Python versions are confirmed with poudriere
and 11.2-RELEASE. Build logs are available with following URLs.

Python 3.7:
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/112amd64-local-gdb/2018-08-10_19h01m07s/logs/gdb-8.1_6.log
Python 3.6:
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/112amd64-local-gdb/2018-08-10_19h13m01s/logs/gdb-8.1_6.log
Python 3.5:
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/112amd64-local-gdb/2018-08-10_19h19m45s/logs/gdb-8.1_6.log
Python 3.4:
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/112amd64-local-gdb/2018-08-10_19h26m37s/logs/gdb-8.1_6.log
Python 2.7:
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/112amd64-local-gdb/2018-08-10_19h35m53s/logs/gdb-8.1_6.log

-- 
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 230494] devel/gdb: Mark BROKEN with Python 3.7.

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230494

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open
  Flags||merge-quarterly?
   Keywords||easy, needs-qa
 CC||ko...@freebsd.org,
   ||pyt...@freebsd.org

--- Comment #2 from Kubilay Kocak  ---
If gdb (upstream) doesn't yet target/support Python 3.7, the gdb ports should
be set to 'X-3.6' until it does , rather than being set to BROKEN. 

Python ports should declare only those versions that the software explicitly
supports. 

Granted in most cases most newer versions of Python are backward/forward
compatible, but it pays for maintainers to be as explicit as possible, as often
as possible, without reducing choice.

-- 
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"