FreeBSD ports you maintain which are out of date

2022-02-24 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/py-testpath   | 0.5.0   | 0.6.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!



[Bug 262181] devel/py-coverage: Add databases/py-sqlite3 dependency

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262181

Bug ID: 262181
   Summary: devel/py-coverage: Add databases/py-sqlite3 dependency
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: ports-b...@freebsd.org
  Reporter: n_carls...@outlook.com
CC: lw...@freebsd.org, python@FreeBSD.org
CC: lw...@freebsd.org, python@FreeBSD.org

Created attachment 232091
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232091&action=edit
Add py-sqlite3 dependency to py-coverage

Since version 5.0 coverage uses SQLite instead of JSON:
https://github.com/nedbat/coveragepy/blob/a533780834c2223edb1e5db51457f53f677c1ac8/doc/whatsnew5x.rst

Since ports build Python without SQLite support this port should add
databases/py-sqlite3 dependency as stated in ports Python pkg-message:

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py38-gdbm   databases/py-gdbm@py38
py38-sqlite3databases/py-sqlite3@py38
py38-tkinterx11-toolkits/py-tkinter@py38

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262181] devel/py-coverage: Add databases/py-sqlite3 dependency

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262181

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||needs-qa
   Severity|Affects Only Me |Affects Many People

--- Comment #1 from Kubilay Kocak  ---
Thank you for the report and patch Niclas.

What is the current impact of the missing dependency, if any, and is it at
build, run and/or test time?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262173] archivers/rpm4: Fix python bindings

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262173

Kubilay Kocak  changed:

   What|Removed |Added

Summary|archivers/rpm4: fix python  |archivers/rpm4: Fix python
   |bindings|bindings
 CC||python@FreeBSD.org
 Status|New |Open
   Keywords||regression

--- Comment #2 from Kubilay Kocak  ---
Is this:

Approved by: portmgr (blanket(s): regression, runtime fix) ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 259599] devel/py-buildbot: Fails to run after sqlalchemy 1.4 update: AttributeError: module 'sqlalchemy.engine.strategies' has no attribute 'PlainEngineStrategy'

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259599

--- Comment #23 from a...@ish.com.au ---
Kubilay, given that this port has been completely broken since last October
please commit the patch and lets make further improvements later. Nothing could
be worse than it is today.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262128] devel/py-oci: Update to 2.58.0

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262128

--- Comment #1 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=ef11c1f7d1526348d4ebe327c00a77377203d1c0

commit ef11c1f7d1526348d4ebe327c00a77377203d1c0
Author: Alessandro Sagratini 
AuthorDate: 2022-02-25 04:53:05 +
Commit: Guangyuan Yang 
CommitDate: 2022-02-25 04:53:05 +

devel/py-oci: Update to 2.58.0

Changelog: 
https://github.com/oracle/oci-python-sdk/releases/tag/v2.58.0

PR: 262128

 devel/py-oci/Makefile | 2 +-
 devel/py-oci/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 262136] databases/py-bsddb3: Fix build when default version of berkeley db is 18

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262136

Yasuhiro Kimura  changed:

   What|Removed |Added

 Attachment #232026|0   |1
is obsolete||

--- Comment #4 from Yasuhiro Kimura  ---
Created attachment 232097
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232097&action=edit
Updated patch file

Limit valid range of berkeley db.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 259599] devel/py-buildbot: Fails to run after sqlalchemy 1.4 update: AttributeError: module 'sqlalchemy.engine.strategies' has no attribute 'PlainEngineStrategy'

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259599

Kai Knoblich  changed:

   What|Removed |Added

   Assignee|ko...@freebsd.org   |k...@freebsd.org
 CC||k...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 259599] devel/py-buildbot: Fails to run after sqlalchemy 1.4 update: AttributeError: module 'sqlalchemy.engine.strategies' has no attribute 'PlainEngineStrategy'

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259599

--- Comment #24 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=81cb513d26abb0060b971366db8f3ee0ac9bd3eb

commit 81cb513d26abb0060b971366db8f3ee0ac9bd3eb
Author: Tomoyuki Sakurai 
AuthorDate: 2022-02-25 06:36:21 +
Commit: Kai Knoblich 
CommitDate: 2022-02-25 06:36:21 +

devel/py-buildbot*: Update to 3.4.1

* This also should fix the regression caused after the switch from
  py-sqlalchemy12 to py-sqlalchemy14 in e3f7785e1794.

Changelog since 2.10.5:

   
https://github.com/buildbot/buildbot/blob/v3.4.1/master/docs/relnotes/index.rst

PR: 259599
Reviewed by:koobs (maintainer)
Approved by:koobs (maintainer, implicit: MAINTAINER_POLICY)
MFH:2022Q1 (fix regression with py-sqlalchemy14)

 devel/py-buildbot-console-view/Makefile   |  2 +-
 devel/py-buildbot-console-view/distinfo   |  6 +++---
 devel/py-buildbot-grid-view/Makefile  |  2 +-
 devel/py-buildbot-grid-view/distinfo  |  6 +++---
 devel/py-buildbot-pkg/Makefile|  2 +-
 devel/py-buildbot-pkg/distinfo|  6 +++---
 devel/py-buildbot-waterfall-view/Makefile |  2 +-
 devel/py-buildbot-waterfall-view/distinfo |  6 +++---
 devel/py-buildbot-worker/Makefile |  9 -
 devel/py-buildbot-worker/distinfo |  6 +++---
 devel/py-buildbot-www/Makefile|  2 +-
 devel/py-buildbot-www/distinfo|  6 +++---
 devel/py-buildbot/Makefile| 20 +++-
 devel/py-buildbot/distinfo|  6 +++---
 devel/py-buildbot/files/patch-setup.py (gone) | 11 ---
 15 files changed, 49 insertions(+), 43 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 259599] devel/py-buildbot: Fails to run after sqlalchemy 1.4 update: AttributeError: module 'sqlalchemy.engine.strategies' has no attribute 'PlainEngineStrategy'

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259599

--- Comment #25 from commit-h...@freebsd.org ---
A commit in branch 2022Q1 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=fb9e7bde0ae442f8d4bf369dad8a3ed557b89c84

commit fb9e7bde0ae442f8d4bf369dad8a3ed557b89c84
Author: Tomoyuki Sakurai 
AuthorDate: 2022-02-25 06:36:21 +
Commit: Kai Knoblich 
CommitDate: 2022-02-25 06:46:03 +

devel/py-buildbot*: Update to 3.4.1

* This also should fix the regression caused after the switch from
  py-sqlalchemy12 to py-sqlalchemy14 in e3f7785e1794.

Changelog since 2.10.5:

   
https://github.com/buildbot/buildbot/blob/v3.4.1/master/docs/relnotes/index.rst

PR: 259599
Reviewed by:koobs (maintainer)
Approved by:koobs (maintainer, implicit: MAINTAINER_POLICY)
MFH:2022Q1 (fix regression with py-sqlalchemy14)

(cherry picked from commit 81cb513d26abb0060b971366db8f3ee0ac9bd3eb)

 devel/py-buildbot-console-view/Makefile   |  2 +-
 devel/py-buildbot-console-view/distinfo   |  6 +++---
 devel/py-buildbot-grid-view/Makefile  |  2 +-
 devel/py-buildbot-grid-view/distinfo  |  6 +++---
 devel/py-buildbot-pkg/Makefile|  2 +-
 devel/py-buildbot-pkg/distinfo|  6 +++---
 devel/py-buildbot-waterfall-view/Makefile |  2 +-
 devel/py-buildbot-waterfall-view/distinfo |  6 +++---
 devel/py-buildbot-worker/Makefile |  9 -
 devel/py-buildbot-worker/distinfo |  6 +++---
 devel/py-buildbot-www/Makefile|  2 +-
 devel/py-buildbot-www/distinfo|  6 +++---
 devel/py-buildbot/Makefile| 20 +++-
 devel/py-buildbot/distinfo|  6 +++---
 devel/py-buildbot/files/patch-setup.py (gone) | 11 ---
 15 files changed, 49 insertions(+), 43 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 259599] devel/py-buildbot: Fails to run after sqlalchemy 1.4 update: AttributeError: module 'sqlalchemy.engine.strategies' has no attribute 'PlainEngineStrategy'

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259599

Kai Knoblich  changed:

   What|Removed |Added

 Status|Open|In Progress
  Flags|merge-quarterly?|merge-quarterly+

--- Comment #26 from Kai Knoblich  ---
Committed to the main branch and MFH'ed to 2022Q1 as well!  Thank you,
Tomoyuki, for the patch!

I'll leave this bug a few days open for reference.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 259637] math/py-numpy: Update to 1.22.0

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259637

Wen Heping  changed:

   What|Removed |Added

 Attachment #229285|0   |1
is obsolete||
 Attachment #229286|0   |1
is obsolete||
 Attachment #230615|0   |1
is obsolete||

--- Comment #15 from Wen Heping  ---
Created attachment 232098
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232098&action=edit
Update to 1.22.2

Update to 1.22.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


[Bug 259637] math/py-numpy: Update to 1.22.2

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259637

Wen Heping  changed:

   What|Removed |Added

Summary|math/py-numpy: Update to|math/py-numpy: Update to
   |1.22.0  |1.22.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 259637] math/py-numpy: Update to 1.22.2

2022-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259637

--- Comment #16 from Wen Heping  ---
numpy-1.22.2, with mu local pytest-6.2.5 installed, the `make test` result:

 short test summary info
=
FAILED numpy/core/tests/test_cpu_dispatcher.py::test_dispatcher -
AssertionError:
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex64-inf-inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex64-inf--inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex64--inf-inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex64--inf--inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex128-inf-inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex128-inf--inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex128--inf-inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex128--inf--inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex256-inf-inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex256-inf--inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex256--inf-inf-npy_cabs-absolute]
FAILED
numpy/core/tests/test_multiarray.py::test_npymath_complex[complex256--inf--inf-npy_cabs-absolute]
FAILED numpy/core/tests/test_scalarmath.py::TestBaseMath::test_blocked -
RuntimeWarning: invali...
FAILED
numpy/core/tests/test_ufunc.py::TestUfuncGenericLoops::test_unary_PyUFunc_O_O_method_full[reciprocal]
FAILED numpy/core/tests/test_umath.py::TestPower::test_power_float -
RuntimeWarning: invalid va...
FAILED numpy/core/tests/test_umath.py::TestAVXUfuncs::test_avx_based_ufunc -
RuntimeWarning: in...
FAILED
numpy/core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64--1]
FAILED
numpy/core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex64-1]
FAILED
numpy/core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128--1]
FAILED
numpy/core/tests/test_umath_complex.py::TestSpecialComplexAVX::test_array[complex128-1]
FAILED
numpy/linalg/tests/test_linalg.py::TestNormDouble::test_vector_return_type -
RuntimeWarn...
FAILED numpy/linalg/tests/test_linalg.py::TestNormDouble::test_axis -
RuntimeWarning: invalid v...
FAILED
numpy/linalg/tests/test_linalg.py::TestNormSingle::test_vector_return_type -
RuntimeWarn...
FAILED
numpy/linalg/tests/test_linalg.py::TestNormInt64::test_vector_return_type -
RuntimeWarni...
FAILED numpy/linalg/tests/test_linalg.py::TestNormInt64::test_axis -
RuntimeWarning: invalid va...
26 failed, 17048 passed, 1074 skipped, 1293 deselected, 19 xfailed, 5 xpassed,
1 warning in 313.90

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.