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-tastypie/distinfo

Number of commits found: 16

Monday, 11 Sep 2023
03:16 Kai Knoblich (kai) search for other commits by this committer
www/py-django-tastypie: Update to 0.14.6

Changelog:

https://github.com/django-tastypie/django-tastypie/releases/tag/v0.14.6
commit hash: fffe63984b2758f65b079ab4717b479cc5cfb914 commit hash: fffe63984b2758f65b079ab4717b479cc5cfb914 commit hash: fffe63984b2758f65b079ab4717b479cc5cfb914 commit hash: fffe63984b2758f65b079ab4717b479cc5cfb914 fffe639
Sunday, 26 Feb 2023
13:27 Kai Knoblich (kai) search for other commits by this committer
www/py-django-tastypie: Update to 0.14.5

Changelog:

https://github.com/django-tastypie/django-tastypie/releases/tag/v0.14.5
commit hash: 578f7f0b583a2af06048f9c0e3df689aeee19f8c commit hash: 578f7f0b583a2af06048f9c0e3df689aeee19f8c commit hash: 578f7f0b583a2af06048f9c0e3df689aeee19f8c commit hash: 578f7f0b583a2af06048f9c0e3df689aeee19f8c 578f7f0
Saturday, 15 Jan 2022
17:37 Kai Knoblich (kai) search for other commits by this committer
www/py-django-tastypie: Update to 0.14.4

* Update WWW field.

Changelog:

https://github.com/django-tastypie/django-tastypie/compare/v0.14.3...v0.14.4

MFH:		2022Q1
commit hash: b1e9af871f4efa9a63b5badac7f480f7d62861af commit hash: b1e9af871f4efa9a63b5badac7f480f7d62861af commit hash: b1e9af871f4efa9a63b5badac7f480f7d62861af commit hash: b1e9af871f4efa9a63b5badac7f480f7d62861af b1e9af8
Thursday, 9 Apr 2020
07:30 kai search for other commits by this committer
www/py-django-tastypie: Update to 0.14.3

* Also assign it to Django 2.2 (current LTS release) because Django 1.11 is
  End-of-Life since April 2020.

* Take maintainership

Changelog:

https://github.com/django-tastypie/django-tastypie/releases/tag/v0.14.3

PR:		245434
Approved by:	wg (maintainer)
Original commitRevision:531187 
Thursday, 10 May 2018
17:50 wg search for other commits by this committer
www/py-django-tastypie: update to 0.14.1 and move to django 1.11
Original commitRevision:469568 
Monday, 22 Aug 2016
13:14 wg search for other commits by this committer
www/py-django-tastypie: update to 0.13.3
Original commitRevision:420609 
Thursday, 15 Jan 2015
11:41 wg search for other commits by this committer
www/py-django-tastypie: update to 0.12.1
Original commitRevision:377082 
Wednesday, 11 Jun 2014
22:42 wg search for other commits by this committer
www/py-django-tastypie: update to 0.11.1

PR:		190428
Submitted by:	ports robakdesign.com
Original commitRevision:357546 
Wednesday, 4 Dec 2013
10:24 wg search for other commits by this committer
www/py-django-tastypie: update to 0.11.0
Original commitRevision:335613 
Monday, 5 Aug 2013
16:56 wg search for other commits by this committer
www/py-django-tastypie: update to 0.10.0

- Update to 0.10.0
- Add support for python 3.x
- Fix RUN_DEPENDS
Original commitRevision:324280 
Sunday, 4 Aug 2013
13:07 wg search for other commits by this committer
www/py-django-tastypie: update to 0.9.16

- Update to 0.9.16
Original commitRevision:324230 
Thursday, 16 May 2013
09:44 wg search for other commits by this committer
- Update to 0.9.15

Changes:
https://github.com/toastdriven/django-tastypie/blob/master/docs/release_notes/v0.9.15.rst

Approved by:	culot (mentor)
Original commitRevision:318299 
Friday, 22 Mar 2013
13:15 rm search for other commits by this committer
- update to 0.9.14
- limit python version to 2.x only (print|except), while here

PR:		177195
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Original commitRevision:314926 
Wednesday, 20 Mar 2013
13:16 culot search for other commits by this committer
- Update to 0.9.13
- Fix WWW link in pkg-descr

PR:		ports/177122
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Original commitRevision:314730 
Friday, 15 Feb 2013
15:08 culot search for other commits by this committer
- Update to 0.9.12

PR:		ports/176161
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Original commitRevision:312293 
Tuesday, 8 May 2012
21:25 delphij search for other commits by this committer
Creating delicious APIs for Django apps since 2010.

Here are some common reasons for tastypie:

    * You need an API that is RESTful and uses HTTP well.
    * You want to support deep relations.
    * You DON'T want to have to write your own serializer to make the output
      right.
    * You want an API framework that has little magic, very flexible and maps
      well to the problem domain.
    * You want/need XML serialization that is treated equally to JSON (and
      YAML is there too).
    * You want to support my perceived NIH syndrome, which is less about
      NIH and more about trying to help out friends/coworkers.

PR:             ports/167716
Submitted by:   William Grzybowski <william88 gmail.com>
Original commit

Number of commits found: 16