Commit graph

300831 commits

Author SHA1 Message Date
markd
fa4227b5aa tex-csplain: update to 2019.51317
May  2019  \table declarator () added.
Jun. 2019  \mspan improved.
2019-08-05 11:01:28 +00:00
markd
b206de9b98 tex-merriweather{,-doc}: update to 2019
changes unknown
2019-08-05 10:57:00 +00:00
markd
a06739a284 tex-babel{,-doc}: update to 3.32
- CJK line breaking is now disabled in verbatim (lua).
- New - \babelcharproperty, to change the direction, mirroring
  glyph and line break properties (lua).
- Basic support for the picture environment (with pict2e) and pgf
  (lua, somewhat experimental).
- Start support for harftex (just try - it may work).
2019-08-05 10:52:08 +00:00
markd
638fcaf0d5 tex-overlock{,-doc}: update to 2019
changes unknown
2019-08-05 10:47:19 +00:00
markd
77dac8a77d tex-translator{,-doc}: update to 1.12a
minor fixes
2019-08-05 10:42:04 +00:00
markd
a4a9fa11e1 tex-multirow{,-doc}: update to 2.5
Solve a clash with the colortbl package, when multirow uses
the longtable option. There was a clash with both packages
redefining \@cline.
2019-08-05 10:34:33 +00:00
markd
7d15f68a56 tex-eplain{,-doc}: update to 3.9
This minor release fixes a btxmac.tex bug introduced in 3.8 which caused
\providecommand to fail. Also, the documentation now has a section
on creating PDF bookmarks (a.k.a. outlines), and url and other updates.
2019-08-05 10:32:45 +00:00
adam
2d218142de Updated www/py-werkzeug 2019-08-05 10:22:23 +00:00
adam
f2a294a828 py-werkzeug: updated to 0.15.5
Version 0.15.5
- Fix a TypeError due to changes to ast.Module in Python 3.8.
- Fix a C assertion failure in debug builds of some Python 2.7
  releases.
- :class:~exceptions.BadRequestKeyError adds the KeyError
  message to the description if e.show_exception is set to
  True. This is a more secure default than the original 0.15.0
  behavior and makes it easier to control without losing information.
- Upgrade the debugger to jQuery 3.4.1.
- Work around an issue in some external debuggers that caused the
  reloader to fail.
- Work around an issue where the reloader couldn't introspect a
  setuptools script installed as an egg.
- The reloader will use sys.executable even if the script is
  marked executable, reverting a behavior intended for NixOS
  introduced in 0.15. The reloader should no longer cause
  OSError: [Errno 8] Exec format error.
- SharedDataMiddleware safely handles paths with Windows drive
  names.
2019-08-05 10:21:32 +00:00
taca
57ec4ad737 doc: Updated textproc/ruby-yard to 0.9.20 2019-08-05 09:55:33 +00:00
taca
46e20781a1 textproc/ruby-yard: update to 0.9.20
Update ruby-yard to 0.9.20, fixing CVE-2019-14369.

# 0.9.20 - June 27th, 2019

[0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20

- Fix parsing of stringified Symbols in Ruby source (#1256).
- Fix path traversal vulnerability in `yard server`. This bug would allow
 unsanitized HTTP requests to access arbitrary files on the machine of a
 `yard server` host under certain conditions. Thanks to CuongMX from
 Viettel Cyber Security for discovering this vulnerability.

# 0.9.19 - April 2nd, 2019

[0.9.19]: https://github.com/lsegal/yard/compare/v0.9.16...v0.9.19

- Fixed bug in browser back button (#1071, #1228)
- Fixed handling of ArgumentError in ExtraFileObject (#1198)
- Fixed double return tag displaying on boolean methods (#1226)
- Removed unused `Module#namespace_name` function (#1229)
- Fixed parsing order of README files. YARD will now prefer README over
  README.md over README.x.md or README-x.md (and the like). READMEs will now
  also be ordered by filename; the first README is still chosen unless
  `--readme` is provided.
- Updated AsciiDoc markup support to use non-deprecated calls.
2019-08-05 09:55:00 +00:00
markd
6e51d8fd01 Add tex-hyphen-{belarusian,churchslavonic,occitan} 2019-08-05 09:35:05 +00:00
markd
5957c0fee1 texlive-collection-langeuropean: Add tex-hyphen-occitan 2019-08-05 09:32:28 +00:00
markd
e970af3465 texlive-collection-langcyrillic: add tex-hyphen-{belarusian,churchslavonic} 2019-08-05 09:30:24 +00:00
markd
bc2753f6ab print: add tex-hyphen-{belarusian,churchslavonic,occitan} 2019-08-05 09:26:20 +00:00
markd
f398ced48e tex-hyphen-occitan: Added version 2019
Hyphenation patterns for Occitan in T1/EC and UTF-8 encodings.
They are supposed to be valid for all the Occitan variants
spoken and written in the wide area called 'Occitanie' by the
French. It ranges from the Val d'Aran within Catalunya, to the
South Western Italian Alps encompassing the southern half of
the French pentagon.
2019-08-05 09:23:43 +00:00
markd
28c2493258 tex-hyphen-churchslavonic: Added version 2019
Hyphenation patterns for Church Slavonic in UTF-8 encoding
2019-08-05 09:22:33 +00:00
markd
6fa8e36431 tex-hyphen-belarusian: Added version 2019
Belarusian hyphenation patterns in T2A and UTF-8 encodings
2019-08-05 09:21:53 +00:00
markd
fb12bd7856 tex-hyphen-chinese: enable hyphenation 2019-08-05 09:14:07 +00:00
adam
39c4444008 Updated databases/py-peewee, www/py-flask-jwt-extended 2019-08-05 07:59:45 +00:00
adam
f91cb03287 py-flask-jwt-extended: updated to 3.21.0
3.21.0
Require flask 1.0 or greater
Move docs to pallets-sphinx-themes
Add a new JWT_DECODE_ISSUER option for use with other JWT providers
Gracefully handle errors for malformed tokens
2019-08-05 07:59:22 +00:00
adam
63b32ac9d4 py-peewee: updated to 3.10.0
3.10.0

Add a helper to playhouse.mysql_ext for creating Match full-text search expressions.
Added date-part properties to TimestampField for accessing the year, month, day, etc., within a SQL expression.
Added to_timestamp() helper for DateField and DateTimeField that produces an expression returning a unix timestamp.
Add autoconnect parameter to Database classes. This parameter defaults to True and is compatible with previous versions of Peewee, in which executing a query on a closed database would open a connection automatically. To make it easier to catch inconsistent use of the database connection, this behavior can now be disabled by specifying autoconnect=False, making an explicit call to Database.connect() needed before executing a query.
Added database-agnostic interface for obtaining a random value.
Allow isolation_level to be specified when initializing a Postgres db.
Allow hybrid properties to be used on model aliases.
Support aggregates with FILTER predicates on the latest Sqlite.

Changes
-------
More aggressively slot row values into the appropriate field when building objects from the database cursor (rather than using whatever cursor.description tells us, which is buggy in older Sqlite).
Be more permissive in what we accept in the insert_many() and insert() methods.
When implicitly joining a model with multiple foreign-keys, choose the foreign-key whose name matches that of the related model. Previously, this would have raised a ValueError stating that multiple FKs existed.
Improved date truncation logic for Sqlite and MySQL to make more compatible with Postgres' date_trunc() behavior. Previously, truncating a datetime to month resolution would return '2019-08' for example. As of 3.10.0, the Sqlite and MySQL date_trunc implementation returns a full datetime, e.g. '2019-08-01 00:00:00'.
Apply slightly different logic for casting JSON values with Postgres. Previously, Peewee just wrapped the value in the psycopg2 Json() helper. In this version, Peewee now dumps the json to a string and applies an explicit cast to the underlying JSON data-type (e.g. json or jsonb).

Bug fixes
---------
Save hooks can now be called for models without a primary key.
Fixed bug in the conversion of Python values to JSON when using Postgres.
Fix for differentiating empty values from NULL values in model_to_dict.
Fixed a bug referencing primary-key values that required some kind of conversion (e.g., a UUID).
Add small jitter to the pool connection timestamp to avoid issues when multiple connections are checked-out at the same exact time.
2019-08-05 07:56:42 +00:00
markd
5e4b1d184a tex-hyphen-* updates 2019-08-04 21:05:34 +00:00
markd
5cb388f789 tex-hyphen-welsh: update to 2019.51186
Remove unused files
2019-08-04 21:02:45 +00:00
markd
a946bd4dae tex-hyphen-uppersorbian: update to 2019.51186
Remove unused files
2019-08-04 21:01:17 +00:00
markd
9867f04e24 tex-hyphen-ukrainian: update to 2019.51186
Remove unused files
2019-08-04 20:59:40 +00:00
markd
e9e598ab38 tex-hyphen-turkmen: update to 2019.51186
Remove unused files
2019-08-04 20:57:58 +00:00
markd
c70e85aa6b tex-hyphen-turkish: update to 2019.51186
Remove unused files
2019-08-04 20:56:23 +00:00
markd
cfce66b46d tex-hyphen-thai: update to 2019.51186
Remove unused files
2019-08-04 20:54:40 +00:00
markd
899e758b9e tex-hyphen-swedish: update to 2019.51186
Remove unused files
2019-08-04 20:53:07 +00:00
markd
6597be983e tex-hyphen-spanish: update to 4.5.2019.51186
Remove unused files
2019-08-04 20:51:38 +00:00
markd
91e84e1f22 tex-hyphen-slovenian: update to 2019.51186
Remove unused files
2019-08-04 20:50:05 +00:00
markd
fa1f69255f tex-hyphen-slovak: update to 2019.51186
Remove unused files
2019-08-04 20:47:51 +00:00
markd
cbf529c81c tex-hyphen-serbian: update to 1.0b.2019.51186
Remove unused files
2019-08-04 20:46:02 +00:00
markd
c65a54b2c3 tex-hyphen-sanskrit: update to 2019.51186
Remove unused files
2019-08-04 20:43:36 +00:00
markd
3b2aaeb8fd tex-hyphen-russian: update to 2019.51186
Remove unused files
2019-08-04 20:19:38 +00:00
markd
cb38d807d3 tex-hyphen-romansh: update to 2019.51186
Remove unused files
2019-08-04 20:18:13 +00:00
markd
3db8a044ac tex-hyphen-romanian: update to 2019.51186
Remove unused files
2019-08-04 20:16:25 +00:00
markd
3e94ccbebc tex-hyphen-portuguese: update to 2019.51186
Remove unused files
2019-08-04 20:14:30 +00:00
markd
d42db4db0d tex-hyphen-polish: update to 3.0a.2019.51186
Remove unused files
2019-08-04 20:12:39 +00:00
markd
a39e3f2732 tex-hyphen-piedmontese: update to 2019.51186
Remove unused files
2019-08-04 20:10:23 +00:00
markd
12f67f2623 tex-hyphen-norwegian: update to 2019.51186
Remove unused files
2019-08-04 20:07:57 +00:00
markd
2fd4c462a6 tex-hyphen-mongolian: update to 2019.51186
Remove unused files
2019-08-04 20:05:53 +00:00
markd
f3ab29ae74 tex-hyphen-lithuanian: update to 2019.51186
Remove unused files
2019-08-04 20:03:59 +00:00
markd
e2d740e7d7 tex-hyphen-latvian: update to 2019.51186
Remove unused files
2019-08-04 20:01:59 +00:00
markd
1dd7dd3f5c tex-hyphen-latin: update to 3.1.2019.51186
Remove unused files
2019-08-04 20:00:05 +00:00
markd
4df36d16f6 tex-hyphen-kurmanji: update to 2019.51186
Remove unused files
2019-08-04 19:58:04 +00:00
markd
f6d9a50b47 tex-hyphen-italian: update to 2019.51186
Remove unused files
2019-08-04 19:55:48 +00:00
markd
bd5fc05d9d tex-hyphen-irish: update to 2019.51186
Remove unused files
2019-08-04 19:53:45 +00:00
markd
9be4547b38 tex-hyphen-interlingua: update to 2019.51186
Remove unused files
2019-08-04 19:51:44 +00:00