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: databases/py-mysqlclient/distinfo

Number of commits found: 14

Tuesday, 26 Dec 2023
15:08 Dima Panov (fluffy) search for other commits by this committer
databases/py-mysqlclient: update to 2.2.1 release (+)

Drop incorporated patch

Changelog:	https://github.com/PyMySQL/mysqlclient/releases/tag/v2.2.1
commit hash: fbaaec4765246bf63a2e68bf4f20e8eec2f6c175 commit hash: fbaaec4765246bf63a2e68bf4f20e8eec2f6c175 commit hash: fbaaec4765246bf63a2e68bf4f20e8eec2f6c175 commit hash: fbaaec4765246bf63a2e68bf4f20e8eec2f6c175 fbaaec4
Saturday, 24 Jun 2023
13:38 Dima Panov (fluffy) search for other commits by this committer
databases/py-mysqlclient: update to 2.2.0 release (+)

Changelog:	https://github.com/PyMySQL/mysqlclient/releases/tag/v2.2.0
commit hash: 399e1b7e12ec8add88ad5aba627a71c5a50d41fd commit hash: 399e1b7e12ec8add88ad5aba627a71c5a50d41fd commit hash: 399e1b7e12ec8add88ad5aba627a71c5a50d41fd commit hash: 399e1b7e12ec8add88ad5aba627a71c5a50d41fd 399e1b7
Thursday, 23 Jun 2022
16:23 Dima Panov (fluffy) search for other commits by this committer
databases/py-mysqlclient: update to 2.1.1 release (+)

Changelog:	https://github.com/PyMySQL/mysqlclient/releases/tag/v2.1.1
commit hash: 88acfca540184a18564d81dd1932d242d8151cf3 commit hash: 88acfca540184a18564d81dd1932d242d8151cf3 commit hash: 88acfca540184a18564d81dd1932d242d8151cf3 commit hash: 88acfca540184a18564d81dd1932d242d8151cf3 88acfca
Thursday, 18 Nov 2021
18:00 Dima Panov (fluffy) search for other commits by this committer
databases/py-mysqlclient: update to 2.1.0 release

Changelog:      https://github.com/PyMySQL/mysqlclient/releases/tag/v2.1.0
Sponsored by:   Netzkommune GmbH
commit hash: 9aa0c3ca74d10a93b844e76f29c2b612a43f3fcd commit hash: 9aa0c3ca74d10a93b844e76f29c2b612a43f3fcd commit hash: 9aa0c3ca74d10a93b844e76f29c2b612a43f3fcd commit hash: 9aa0c3ca74d10a93b844e76f29c2b612a43f3fcd 9aa0c3c
Monday, 16 Aug 2021
12:11 Dima Panov (fluffy) search for other commits by this committer
databases/py-mysqlclient: update to 2.0.3 release
commit hash: 53dd641cbd9c7deff06c3742111bca49e68307ef commit hash: 53dd641cbd9c7deff06c3742111bca49e68307ef commit hash: 53dd641cbd9c7deff06c3742111bca49e68307ef commit hash: 53dd641cbd9c7deff06c3742111bca49e68307ef 53dd641
Saturday, 12 Dec 2020
11:11 fluffy search for other commits by this committer
databases/py-mysqlclient: update to 2.0.2 release
Original commitRevision:557812 
Friday, 3 Jul 2020
09:06 fluffy search for other commits by this committer
databases/py-mysqlclient: update to 2.0.1 release

* Dropped Python 2 support
* Dropped Django 1.11 support
* Add context manager interface to Connection which closes the connection on
``__exit__``.
* Add ``ssl_mode`` option.
* Fixed multithread safety issue in fetching row.
* Removed obsolete members from Cursor. (e.g. `messages`, `_warnings`,
`_last_executed`)
Original commitRevision:541089 
Saturday, 28 Mar 2020
13:16 fluffy search for other commits by this committer
databases/py-mysqlclient: pet port

- Change MASTER_SITES from GitHub to CHEESESHOP
- Use USE_PYTHON=concurrent instead of setting DOCSDIR manually
- Point WWW link to official PyPI page in pkg-descr

Submitted by:	sunpoet via private mail
Original commitRevision:529631 
Saturday, 11 Jan 2020
04:47 fluffy search for other commits by this committer
databases/py-mysqlclient: update to 1.4.6 release

* The cp1252 encoding is used when charset is "latin1". (#390)
* The auth_plugin option is added. (#389)
* charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME,
charset) before mysql_real_connect is called. This avoid extra SET NAMES
<charset> query when creating connection.
* --static build supports libmariadbclient.a
* Try mariadb_config when mysql_config is not found
* Fixed warning happend in Python 3.8 (#359)
* Fixed SEGV MySQLdb.escape_string("1") when libmariadb is used and no
connection is created. (#367)
* Fixed many circular references are created in Cursor.executemany(). (#375)

PR:		243076
Submitted by:	fluffy
Approved by:	maintainer timeout (>1w)
Original commitRevision:522627 
Friday, 3 May 2019
11:33 swills search for other commits by this committer
databases/py-mysqlclient: Update to 1.4.2.post1

PR:		237709
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:500718 
Saturday, 28 Jul 2018
14:44 miwi search for other commits by this committer
- Update to 1.3.13

PR:		230106
Sponsored by:	iXsystems Inc.
Original commitRevision:475576 
Friday, 3 Nov 2017
13:01 dvl search for other commits by this committer
Upgrade to 1.3.12

maintainer timeout

PR:		222983
Submitted by:	Neel Chauhan
Original commitRevision:453402 
Monday, 10 Oct 2016
19:16 pawel search for other commits by this committer
- Update to version 1.3.8 [1]
- Install doc files only when needed

PR:		213171 [1]
Submitted by:	Neel Chauhan (maintainer) [1]
Original commitRevision:423679 
Wednesday, 22 Jun 2016
20:36 pawel search for other commits by this committer
MySQL database connector for Python (with Python 3 support).

WWW: https://github.com/PyMySQL/mysqlclient-python

PR:		209548
Submitted by:	Neel Chauhan <neel@neelc.org>
Original commitRevision:417332 

Number of commits found: 14