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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/py-django-taggit/distinfo

Number of commits found: 13

Sunday, 1 Oct 2023
10:29 Kai Knoblich (kai) search for other commits by this committer
www/py-django-taggit: Update to 4.0.0

* Adjust test suite by setting PYTHONPATH accordingly to ensure that
  tests are run against the new copy of the module in the staging
  directory.

* Pet portclippy

Changelog:

https://github.com/jazzband/django-taggit/blob/4.0.0/CHANGELOG.rst
commit hash: aa8169438b5ce867207798c4f8e0613c9e2ef41e commit hash: aa8169438b5ce867207798c4f8e0613c9e2ef41e commit hash: aa8169438b5ce867207798c4f8e0613c9e2ef41e commit hash: aa8169438b5ce867207798c4f8e0613c9e2ef41e aa81694
Thursday, 1 Dec 2022
16:34 Kai Knoblich (kai) search for other commits by this committer
www/py-django-taggit: Update to 3.1.0

Changelog:

https://github.com/jazzband/django-taggit/blob/3.1.0/CHANGELOG.rst
commit hash: f37bf11a90c0e6abe82deb84df23531360dc6dd6 commit hash: f37bf11a90c0e6abe82deb84df23531360dc6dd6 commit hash: f37bf11a90c0e6abe82deb84df23531360dc6dd6 commit hash: f37bf11a90c0e6abe82deb84df23531360dc6dd6 f37bf11
Sunday, 4 Sep 2022
12:20 Kai Knoblich (kai) search for other commits by this committer
www/py-django-taggit: Update to 3.0.0

Changelog:

https://github.com/jazzband/django-taggit/blob/3.0.0/CHANGELOG.rst

MFH:		No (backwards incompatible changes)
commit hash: 66240e654d686824ca71788fe6cd4ab2a6a95dd9 commit hash: 66240e654d686824ca71788fe6cd4ab2a6a95dd9 commit hash: 66240e654d686824ca71788fe6cd4ab2a6a95dd9 commit hash: 66240e654d686824ca71788fe6cd4ab2a6a95dd9 66240e6
Wednesday, 16 Feb 2022
06:17 Kai Knoblich (kai) search for other commits by this committer
www/py-django-taggit: Update to 2.1.0

Changelog:

https://github.com/jazzband/django-taggit/blob/2.1.0/CHANGELOG.rst
commit hash: 469afce39f3d89720630edfa8526f68a91a04c6b commit hash: 469afce39f3d89720630edfa8526f68a91a04c6b commit hash: 469afce39f3d89720630edfa8526f68a91a04c6b commit hash: 469afce39f3d89720630edfa8526f68a91a04c6b 469afce
Saturday, 15 Jan 2022
17:37 Kai Knoblich (kai) search for other commits by this committer
www/py-django-taggit: Update to 2.0.0

Changelog:

https://github.com/jazzband/django-taggit/blob/2.0.0/CHANGELOG.rst

MFH:		No (contains backwards incompatible changes)
commit hash: 61f362187eeb79a85f8f35fbc3d431afcca2fc55 commit hash: 61f362187eeb79a85f8f35fbc3d431afcca2fc55 commit hash: 61f362187eeb79a85f8f35fbc3d431afcca2fc55 commit hash: 61f362187eeb79a85f8f35fbc3d431afcca2fc55 61f3621
Tuesday, 10 Aug 2021
15:42 Kai Knoblich (kai) search for other commits by this committer
www/py-django-taggit: Update to 1.5.1

* Add a "do-test" target to make future QA easier.

Changelog since 1.3.0:

https://github.com/jazzband/django-taggit/blob/1.5.1/CHANGELOG.rst

MFH:		2021Q3
commit hash: 2a61802fbd9a0563517335166ccacddd662a086b commit hash: 2a61802fbd9a0563517335166ccacddd662a086b commit hash: 2a61802fbd9a0563517335166ccacddd662a086b commit hash: 2a61802fbd9a0563517335166ccacddd662a086b 2a61802
Tuesday, 3 Nov 2020
20:19 kai search for other commits by this committer
www/py-django-taggit: Update to 1.3.0

Changelog:

https://github.com/jazzband/django-taggit/blob/1.3.0/CHANGELOG.rst
Original commitRevision:554030 
Saturday, 14 Dec 2019
11:26 kai search for other commits by this committer
www/py-django-taggit: Update to 1.2.0

* Add repo-copied Django 2.2 package from r500138 to CONFLICTS_INSTALL
  while I'm here.

Changelog:

* Removed support for end-of-life Django 2.0 and 2.1.
* Added support for Django 3.0.
* Added support for Python 3.8.
* Moved "TaggedItemBase.tags_for()" to "ItemBase".
* Replaced reference to removed Django's ".virtual_fields" with
  ".private_field".
* Added "TextareaTagWidget".

https://github.com/jazzband/django-taggit/blob/1.2.0/CHANGELOG.rst
Original commitRevision:520111 
Monday, 29 Apr 2019
20:41 kai search for other commits by this committer
www/py-django-taggit: Update to 1.1.0

Changes since 0.23.0:

* Added Finnish translation.
* Updated Chinese translation.
* Updated Esperanto translation.
* Fix form.changed_data to allow early access for a tags defined with
  blank=True.
* Backwards incompatible: Remove support for Python 2.
* Added has_changed() method to taggit.forms.TagField.
* Added multi-column unique constraint to model TaggedItem on fields
  content_type, object_id, and tag. Databases that contain duplicates will
  need to add a data migration to resolve these duplicates.
* Fixed TaggableManager.most_common() to always evaluate lazily. Allows
  placing a .most_common() query at the top level of a module.
* Fixed setting the related_name on a tags manager that exists on a model
  named Name.
* The project has moved to Jazzband. This is the first release under the new
  organization.
* Added support for Django 2.2.
* Fixed a race condition in TaggableManager.
* Removed method ItemBase.bulk_lookup_kwargs().
* Fixed view tagged_object_list to set queryset.model as ListView.model (was
  previously set as a ContentType instance).
* _TaggableManager and TaggableManager now always call the parent class
  __init__.
* Removed TaggableRel and replaced uses with ManyToManyRel.

https://github.com/jazzband/django-taggit/blob/1.1.0/CHANGELOG.rst

Approved by:	mentors (implicit)
Original commitRevision:500434 
Tuesday, 29 Jan 2019
16:18 miwi search for other commits by this committer
- Update to 0.23
- Pass maintainership to submitter
- Added LICENSE_FILE

PR:		234610
Submitted by:	freebsd_ports@k-worx.org
Approved by:	wg@ (prev maintainer)
Sponsored by:	iXsystems Inc.
Original commitRevision:491578 
Thursday, 10 May 2018
17:32 wg search for other commits by this committer
www/py-django-taggit: update to 0.22.2 and use django 1.11
Original commitRevision:469567 
Sunday, 28 Jun 2015
14:57 rene search for other commits by this committer
www/py-django-taggit: update to 0.15.0

While here set NO_ARCH

Differential Revision:	https://reviews.freebsd.org/D2932
Approved by:	maintainer (wg)
Original commitRevision:390785 
Friday, 29 Aug 2014
16:50 wg search for other commits by this committer
www/py-django-taggit: Reusable Django application for simple tagging
Original commitRevision:366530 

Number of commits found: 13