Notes from UPDATING |
These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Jul 2020 01:57:54
0.15.0

|
romain  |
Update to 0.15.0 |
28 Apr 2020 03:49:31
0.12.0

|
romain  |
Update to 0.12.0 |
12 Jan 2020 04:31:42
0.11.0

|
romain  |
New port: databases/py-aiosqlite
aiosqlite allows interaction with SQLite databases on the main AsyncIO event
loop without blocking execution of other coroutines while waiting for queries
or data fetches. It does this by using a single, shared thread per connection.
This thread executes all actions within a shared request queue to prevent
overlapping actions.
Connection objects are proxies to the real connections, contain the shared
execution thread, and provide context managers to handle automatically closing
connections. Cursors are similarly proxies to the real cursors, and provide
async iterators to query results.
WWW: https://pypi.python.org/pypi/aiosqlite |
Number of commits found: 3
|
Latest Vulnerabilities |
12 vulnerabilities affecting 102 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-18 08:22:15
|
|