notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: security/py-keystone/Makefile

Number of commits found: 19

Sunday, 26 Jul 2020
07:32 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:543440 
Monday, 25 May 2020
18:35 sunpoet search for other commits by this committer
Update PORTSCOUT
Original commitRevision:536504 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Saturday, 4 Apr 2020
07:26 sunpoet search for other commits by this committer
Update PORTSCOUT
Original commitRevision:530591 
Thursday, 2 Apr 2020
12:04 sunpoet search for other commits by this committer
Add PORTSCOUT
Original commitRevision:530317 
Tuesday, 10 Mar 2020
14:23 antoine search for other commits by this committer
Mark BROKEN: fails to build

Warning, treated as error:
/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/doc/source/api/keystone.tests.unit.rst:35:autodoc:
failed to import module 'keystone.tests.unit.core'; the following exception was
raised:
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/sphinx/ext/autodoc.py", line 658,
in import_object
    __import__(self.modname)
  File
"/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/keystone/tests/unit/__init__.py",
line 24, in <module>
    from keystone.tests.unit.core import *  # noqa
  File
"/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/keystone/tests/unit/core.py",
line 56, in <module>
    keystone.conf.configure()
  File
"/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/keystone/conf/__init__.py",
line 125, in configure
    help='Do not monkey-patch threading system modules.'))
  File "/usr/local/lib/python3.7/site-packages/oslo_config/cfg.py", line 2051,
in __inner
    result = f(self, *args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/oslo_config/cfg.py", line 2329,
in register_cli_opt
    raise ArgsAlreadyParsedError("cannot register CLI option")
oslo_config.cfg.ArgsAlreadyParsedError: arguments already parsed: cannot
register CLI option

Reported by:	pkg-fallout
Original commitRevision:528175 
Thursday, 6 Feb 2020
19:27 sunpoet search for other commits by this committer
Take maintainership
Original commitRevision:525421 
Tuesday, 21 Jan 2020
11:06 mat search for other commits by this committer
When you remove a Python version from a port (security/py-pysaml2 here)
you have to make sure the ports that depend on it will not try to use
that version, otherwise it breaks bulk -a.

Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35
processing package py35-matrix-synapse-1.7.2_1 from
net-im/py-matrix-synapse@py35 -- Is SUBDIR+=py-pysaml2@py35 missing in
security/Makefile and does the port provide the 'py35' FLAVOR?
Error: compute_deps_pkg failed to lookup existing pkgname for
security/py-pysaml2@py35 processing package py35-matrix-synapse-1.7.2_1
Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35
processing package py35-keystone-13.0.0_1 from security/py-keystone@py35 -- Is
SUBDIR+=py-pysaml2@py35 missing in security/Makefile and does the port provide
the 'py35' FLAVOR?
Error: compute_deps_pkg failed to lookup existing pkgname for
security/py-pysaml2@py35 processing package py35-keystone-13.0.0_1

Pointy hat:	sunpoet
Original commitRevision:523716 
Sunday, 15 Dec 2019
15:13 zi search for other commits by this committer
- Reset MAINTAINER due to fatal email bounces

Reported by:	portscout!
Original commitRevision:520181 
Saturday, 24 Aug 2019
08:28 antoine search for other commits by this committer
Unbreak bulk -a

Pointy hat:	amdmi3
Original commitRevision:509714 
Saturday, 12 Jan 2019
15:39 pi search for other commits by this committer
databases/py-sqlalchemy-migrate (and dependents):
  Update RUN_DEPENDS from sqlalchemy10 to sqlalchemy12

- Assigns databases/py-sqlalchemy-migrate to databases/py-sqlalchemy12
- Assigns the following ports to databases/py-sqlalchemy12:
  * devel/py-buildbot
  * misc/py-cinder
  * misc/py-glance
  * security/py-keystone
- Unbreaks devel/py-oslo.db because it is buildable when
    databases/py-sqlalchemy-migrate
  has been assigned to
    databases/py-sqlalchemy12
- Fixes pkg-plist for devel/py-glance after ports r489963

PR:		230379
Submitted by:	Kai <freebsd_ports@k-worx.org>
Approved by:	koobs, lwhsu
Original commitRevision:490061 
Tuesday, 10 Jul 2018
09:45 miwi search for other commits by this committer
- Update to 13.0.0
- Added LICENSE_FILE
- Changed BUILD_DEPENDS + RUN_DEPENDS to reflect the new dependencies
- Added DOCS option with the appropriate dependencies
- Added CONFLICTS_INSTALL
- Added further options (EXAMPLES, LDAP, MEMCACHED, MONGODB, MYSQL and PGSQL)
- Refined post-patch target
- Added pkg-message
- Updated WWW

PR:		228849
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer
Sponsored by:	iXsystems Inc.
Original commitRevision:474349 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 25 Apr 2018
21:01 sunpoet search for other commits by this committer
Fix msgpack dependency

- Bump PORTREVISION for package change
Original commitRevision:468301 
Sunday, 22 Apr 2018
18:29 sunpoet search for other commits by this committer
Move devel/py-msgpack-python to devel/py-msgpack

- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
Original commitRevision:468048 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 17 Dec 2016
15:31 novel search for other commits by this committer
Rename python openstack clients to match pypi names

 - Rename the following ports:

    py-ceilometerclient
    py-cinderclient
    py-designateclient
    py-glanceclient
    py-heatclient
    py-keystoneclient
    py-neutronclient
    py-novaclient
    py-openstackclient

   to py-python-$(component)client to match pypi name

 - Update MOVED

 - Update the appropriate dependency lines

Suggested by:	koobs
Original commitRevision:428767 
Sunday, 27 Nov 2016
12:01 novel search for other commits by this committer
security/py-keystone: minor tweaks

 - Define LICENSE
 - Add missing '%%ETCDIR%%/policy.v3cloudsample.json' to plist and
   bump PORTREVISION

PR:		214741
Submitted by:	maintainer
Original commitRevision:427227 
Thursday, 20 Oct 2016
17:00 novel search for other commits by this committer
Add py-keystone 10.0.0, OpenStack Keystone

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
Original commitRevision:424340 

Number of commits found: 19