non port: databases/py-mysqlclient/Makefile |
SVNWeb
|
Number of commits found: 24 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 23 Jun 2022
|
[ 16:23 Dima Panov (fluffy) ] 88acfca
databases/py-mysqlclient: update to 2.1.1 release (+)
Changelog: https://github.com/PyMySQL/mysqlclient/releases/tag/v2.1.1
|
Thu, 18 Nov 2021
|
[ 18:00 Dima Panov (fluffy) ] 9aa0c3c
databases/py-mysqlclient: update to 2.1.0 release
Changelog: https://github.com/PyMySQL/mysqlclient/releases/tag/v2.1.0
Sponsored by: Netzkommune GmbH
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Mon, 16 Aug 2021
|
[ 12:11 Dima Panov (fluffy) ] 53dd641
databases/py-mysqlclient: update to 2.0.3 release
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 12 Dec 2020
|
[ 11:11 fluffy ]
databases/py-mysqlclient: update to 2.0.2 release
|
Fri, 3 Jul 2020
|
[ 09:06 fluffy ]
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`)
|
Mon, 22 Jun 2020
|
[ 16:50 fluffy ]
databases/py-mysqlclient: revert gc threaded patch
It caused python sigabort with a "GC object already tracked" message in
singlethreaded app.
This happens only with a fetchmany() on a streaming cursor,
MySQLdb.cursors.SSCursor.
PR: 246313
Reported by: Jeroen Pulles <jeroen.pulles@gmail.com>
MFH: 2020Q2
|
Sat, 28 Mar 2020
|
[ 13:16 fluffy ]
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
|
[ 12:22 fluffy ]
databases/py-mysqlclient: Add some gc safety around _mysql__fetch_row
- Users of gc.get_referrers() could cause a SystemError to be raised if this
function is running in a different python thread.
- While here, take maintainership
Obtained from: PyMySQL repo
|
[ 11:26 rene ] (Only the first 10 of 33 ports in this commit are shown above. )
Return Neels ports to the pool on his request.
Submitted by: neelc@neelc.org (former maintainer) via freebsd-ports
|
Sat, 11 Jan 2020
|
[ 04:47 fluffy ]
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)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Mon, 8 Jul 2019
|
[ 12:17 pkubaj ]
databases/py-mysqlclient: fix build with GCC-based architectures
Since the switch to MySQL 5.7, C11-aware compiler is required:
/usr/bin/ld: cannot find -latomic
Approved by: mentors (implicit approval)
|
Fri, 3 May 2019
|
[ 11:33 swills ]
databases/py-mysqlclient: Update to 1.4.2.post1
PR: 237709
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
Sat, 28 Jul 2018
|
[ 14:44 miwi ]
- Update to 1.3.13
PR: 230106
Sponsored by: iXsystems Inc.
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 3 Nov 2017
|
[ 13:01 dvl ]
Upgrade to 1.3.12
maintainer timeout
PR: 222983
Submitted by: Neel Chauhan
|
Sat, 10 Dec 2016
|
[ 13:39 antoine ]
Move py35-mysqlclient and py35-psycopg2 to match existing naming convention
|
Mon, 10 Oct 2016
|
[ 19:16 pawel ]
- Update to version 1.3.8 [1]
- Install doc files only when needed
PR: 213171 [1]
Submitted by: Neel Chauhan (maintainer) [1]
|
Wed, 22 Jun 2016
|
[ 20:36 pawel ]
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>
|
Number of commits found: 24 |