[Bug 262999] security/py-certbot: Not runing, cryptography>=35.0 is requered

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

Bug ID: 262999
   Summary: security/py-certbot: Not runing, cryptography>=35.0 is
requered
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Individual Port(s)
  Assignee: python@FreeBSD.org
  Reporter: freebsd@reg.a0fs.net
 Flags: maintainer-feedback?(python@FreeBSD.org)
  Assignee: python@FreeBSD.org

Version: 1.22.0,1
OS:  12.3-RELEASE-p4

On staring, application raising exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
568, in _build_master
ws.require(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
886, in require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
777, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (cryptography 3.3.2
(/usr/local/lib/python3.8/site-packages),
Requirement.parse('cryptography>=35.0'), {'PyOpenSSL'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 33, in 
sys.exit(load_entry_point('certbot==1.22.0', 'console_scripts',
'certbot')())
  File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
return next(matches).load()
  File "/usr/local/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 975, in _find_and_load_unlocked
  File "", line 671, in _load_unlocked
  File "", line 843, in exec_module
  File "", line 219, in _call_with_frames_removed
  File "/usr/local/lib/python3.8/site-packages/certbot/main.py", line 6, in

from certbot._internal import main as internal_main
  File "/usr/local/lib/python3.8/site-packages/certbot/_internal/main.py", line
25, in 
from certbot import configuration
  File "/usr/local/lib/python3.8/site-packages/certbot/configuration.py", line
10, in 
from certbot import util
  File "/usr/local/lib/python3.8/site-packages/certbot/util.py", line 27, in

from certbot._internal import constants
  File "/usr/local/lib/python3.8/site-packages/certbot/_internal/constants.py",
line 6, in 
import pkg_resources
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3243, in 
def _initialize_master_working_set():
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3226, in _call_aside
f(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3255, in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
570, in _build_master
return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
583, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
777, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (cryptography 3.3.2
(/usr/local/lib/python3.8/site-packages),
Requirement.parse('cryptography>=35.0'), {'PyOpenSSL'})

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


maintainer-feedback requested: [Bug 262999] security/py-certbot: Not runing, cryptography>=35.0 is requered

2022-04-02 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 262999: security/py-certbot: Not runing, cryptography>=35.0 is requered
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262999



--- Description ---
Version: 1.22.0,1
OS:  12.3-RELEASE-p4

On staring, application raising exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
568, in _build_master
ws.require(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
886, in require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
777, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (cryptography 3.3.2
(/usr/local/lib/python3.8/site-packages),
Requirement.parse('cryptography>=35.0'), {'PyOpenSSL'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 33, in 
sys.exit(load_entry_point('certbot==1.22.0', 'console_scripts',
'certbot')())
  File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
return next(matches).load()
  File "/usr/local/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 975, in _find_and_load_unlocked
  File "", line 671, in _load_unlocked
  File "", line 843, in exec_module
  File "", line 219, in _call_with_frames_removed
  File "/usr/local/lib/python3.8/site-packages/certbot/main.py", line 6, in

from certbot._internal import main as internal_main
  File "/usr/local/lib/python3.8/site-packages/certbot/_internal/main.py", line
25, in 
from certbot import configuration
  File "/usr/local/lib/python3.8/site-packages/certbot/configuration.py", line
10, in 
from certbot import util
  File "/usr/local/lib/python3.8/site-packages/certbot/util.py", line 27, in

from certbot._internal import constants
  File "/usr/local/lib/python3.8/site-packages/certbot/_internal/constants.py",
line 6, in 
import pkg_resources
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3243, in 
def _initialize_master_working_set():
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3226, in _call_aside
f(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3255, in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
570, in _build_master
return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
583, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
777, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (cryptography 3.3.2
(/usr/local/lib/python3.8/site-packages),
Requirement.parse('cryptography>=35.0'), {'PyOpenSSL'})



FreeBSD ports you maintain which are out of date

2022-04-02 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-ipyparallel| 6.3.0   | 8.2.1
+-+
math/py-pandas  | 1.3.5   | 1.4.2
+-+


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!