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: www/py-dj21-drf-yasg/Makefile

Number of commits found: 8

Wednesday, 4 Dec 2019
12:02 kai search for other commits by this committer
www/py-django21 (and dj21 ports): Deprecate / set expiration date

Django 2.1 reached its End-of-Life (EoL) on 2nd December. Deprecate the port
and its consumers (= www/py-dj21-*) accordingly.

Set the expiration date to the end of January 2020 to give users enough time
to migrate to Django 2.2+ because the EoL is already onset and the
deprecation comes quite late.

Reviewed by:	koobs (python: maintainer)
Approved by:	koobs (python: maintainer)
Differential Revision:	https://reviews.freebsd.org/D22668
Original commitRevision:519009 
Sunday, 3 Nov 2019
12:00 kai search for other commits by this committer
www/py-{dj21,dj22}-drf-yasg: Update to 1.17.0

Changelog:

https://github.com/axnsan12/drf-yasg/releases/tag/1.17.0

MFH:		2019Q4 (related to net-mgmt/netbox)
Original commitRevision:516416 
Sunday, 8 Sep 2019
18:50 kai search for other commits by this committer
www/py-{dj21,dj22}-drf-yasg: Update to 1.16.1

This fixes also net-mgmt/netbox at runtime since r507098 [1]

Changelog:

* Fixed compatibility with Django REST framework 3.10.x [1]
* Improved enum type detection for nested "ChoiceFields"

https://github.com/axnsan12/drf-yasg/tree/1.16.1

PR:		240410
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
Original commitRevision:511580 
Friday, 21 Jun 2019
08:02 kai search for other commits by this committer
www/py-{dj21,dj22}-drf-yasg: Update to 1.16.0

Changelog:

https://github.com/axnsan12/drf-yasg/blob/1.16.0/docs/changelog.rst
Original commitRevision:504765 
Saturday, 25 May 2019
10:10 kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.12 and switch to Django 2.2

Upstream decided to switch from Django 2.1 to the 2.2 LTS release to fix a
rather annoying bug that generated intermittent errors when objects were
deleted/manipulated.

Therefore the same procedure must be done in almost the same way as in
r492690 to make NetBox compatible with Django 2.2 in the ports tree.

That means to repocopy the required Django 1.11 ports, assign them to
Django 2.2, limit them to Python 3.5+ and update all related
CONFLICTS_INSTALL entries accordingly:

* www/py-dj22-django-cors-headers [1]
* www/py-dj22-django-debug-toolbar
* www/py-dj22-django-filter
* www/py-dj22-django-js-asset
* www/py-dj22-django-mptt
* www/py-dj22-django-tables2
* www/py-dj22-django-taggit-serializer
* www/py-dj22-django-timezone-field
* www/py-dj22-drf-yasg

[1] www/py-django-cors-headers was repocopied from r500510 to keep on the
    2.5.x branch as 3.x introduced some backward incompatibilities that
    haven't been fully tested, yet.

Changelog since 2.5.10:

Enhancements:

* Improve natural ordering of device components
* Add support for filtering cables by connected device
* Add decommissioning status for devices

Bug Fixes:

* Fix natural ordering of device components (after it has been improved
  before)
* Upgrade Django requirement to 2.2 to fix object deletion issue in the
  changelog middleware
* Preserve multiselect filter values when updating per-page count for list
  views
* Fix ordering of interface connections list by termination B name/device
* Fix tagged_items count in tags API endpoint
* Disable last_login update on login when maintenance mode is enabled

Reviewed by:	koobs, miwi
Differential Revision:	https://reviews.freebsd.org/D20103
Original commitRevision:502550 
Thursday, 25 Apr 2019
17:44 kai search for other commits by this committer
www/py-dj21-drf-yasg: Update to 1.15.0

Changelog:

Additions:
* Added is_list_view and has_list_response extension points to
  SwaggerAutoSchema

Improvements:
* Updated swagger-ui to version 3.22.0
* Updated ReDoc to version 2.0.0-rc.4

Fixes:
* ListModelMixin will now always be treated as a list view
* Non-primtive values in field choices will now be handled properly

https://github.com/axnsan12/drf-yasg/releases/tag/1.15.0

Approved by:	mentors (implicit)
Original commitRevision:500043 
Thursday, 14 Mar 2019
19:37 kai search for other commits by this committer
www/py-dj21-drf-yasg: Update to 1.14.0

Notable changes since 1.11.1:

Additions:
* get_security_definitions and get_security_requirements hooks to
  OpenAPISchemaGenerator
* Added get_summary_and_description and split_summary_from_description
  extension points to SwaggerAutoSchema to allow for better customisation

Improvements:
* Updated swagger-ui to version 3.21.0
* Updated ReDoc to version 2.0.0-rc.2

Fixes:
* Implicit ref_name collisions will now throw an exception
* RecursiveField will now also work as a child of ListSerializer

Removals:
* The get_summary and get_description methods have been removed

Deprecations:
* Quietly dropped support for the flex validator; it will still work if the
  library is installed, but the setup.py requirement was removed and the
  validator will be silently skipped if not installed

https://github.com/axnsan12/drf-yasg/blob/1.14.0/docs/changelog.rst

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19560
Original commitRevision:495726 
Monday, 11 Feb 2019
12:00 kai search for other commits by this committer
Create some ports that are assigned to Django 2.1 instead Django 1.11.

Django 1.11 is currently the "default" version in the ports tree due its
long term support until April 2020 thus ports that are assigned to that
version will exist until then.

The following packages are required to make the upgrade of net-mgmt/netbox
to 2.5.x possible because upstream has decided to switch from Django 1.11
to Django 2.1:

* www/py-dj21-django-cors-headers
* www/py-dj21-django-debug-toolbar
* www/py-dj21-django-filter
* www/py-dj21-django-js-asset
* www/py-dj21-django-mptt
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:492690 

Number of commits found: 8