Commit graph

274267 commits

Author SHA1 Message Date
markd
7f7d42c444 print: Add tex-make4ht{,-doc} 2017-12-10 20:19:21 +00:00
markd
2be4b8767e tex-make4ht{,-doc}: Add version 0.1c
make4ht is a simple build system for tex4ht. It is both
executable, which simplifies tex4ht execution, and a library
which can be used to create customized conversion programs.
2017-12-10 20:17:53 +00:00
markd
015f70238a kdeartwork4: disable eigen3 support as package wants to use eigen2
compatability that is no longer provided.
2017-12-10 20:04:58 +00:00
adam
9e4f29a79b libcanberra: Fix for GTK compiled with Quartz support. (PR 52570) 2017-12-10 17:57:42 +00:00
adam
558c242502 Updated textproc/py-jsbeautifier, devel/gperftools, www/py-curl 2017-12-10 17:34:35 +00:00
adam
bff3d08e7c py-curl: updated to 7.43.0.1
Version 7.43.0.1:
* WRITEHEADER/WRITEFUNCTION and WRITEDATA/WRITEFUNCTION can now
  be set on the same handle. The last call will take precedence over
  previous calls. Previously some combinations were not allowed.
* Fixed a crash when using WRITEDATA with a file-like object followed
  by WRITEDATA with a real file object.
* Fixed a theoretical memory leak in module initialization.
* Added support for CURL_SSLVERSION_MAX_* constants.
* Added support for CURLSSH_AUTH_AGENT.
* Added support for CURLOPT_CONNECT_TO.
* Added support for CURLINFO_HTTP_VERSION.
* Fixed build against OpenSSL l.1 on Windows.
* Added set_ca_certs method to the Easy object to set CA certificates
  from a string.
* Python 3.6 is now officially supported.
* Added support for CURLOPT_PROXY_CAPATH.
* C-Ares updated to 1.12.0 in Windows builds, fixing DNS resolution
  issues on Windows.
* Added --openssl-lib-name="" option to support building against
  OpenSSL 1.1.0 on Windows.
* Fixed a possible double free situation in all Curl objects
  due to a misuse of the trashcan API.
* High level Curl objects can now be reused.
* LARGE options fixed under Windows and Python 3 (INFILESIZE,
  MAX_RECV_SPEED_LARGE, MAX_SEND_SPEED_LARGE, MAXFILESIZE,
  POSTFILESIZE, RESUME_FROM).
* Fixed compilation on Solaris.
* ENCODING option can now be unset
2017-12-10 17:33:33 +00:00
adam
a472ff181c gperftools: updated to 2.6.3
gperftools 2.6.3:
Just two fixes were made in this release:
* a build fix for some recent XCode versions
* assertion failure on some windows builds introduced by 2.6.2 was fixed
2017-12-10 17:26:39 +00:00
adam
f1527362ae py-jsbeautifier: updated to 1.7.5
v1.7.5
Strict mode: js_source_text is not defined [CSS]
Made brace_style option more inclusive
White space before"!important" tag missing in CSS beautify
2017-12-10 17:25:37 +00:00
adam
c2fdfeb622 Updated www/py-bleach, math/py-intervals, graphics/py-altgraph, devel/py-modulegraph 2017-12-10 17:08:49 +00:00
adam
4bbf7f6361 py-modulegraph: updated to 0.16
0.16:
* Add LICENSE file to distribution
* Don't rely on pkg_resources to calculate package version
* Replace use of ``optparse`` by ``argparse`` as the former is deprecated
* Attempt to reduce the maximum recursion needed to create the ModuleGraph
* Don't include the file type in the result from ``zipio.getmode``
* Fix mismatched indents/dedents in ModuleGraph debug output
2017-12-10 17:07:54 +00:00
adam
934c2b7f0a py-altgraph: updated to 0.15
0.15
ObjectGraph.get_edges, ObjectGraph.getEdgeData and ObjectGraph.updateEdgeData accept None as the node to get and treat this as an alias for self (as other methods already did).
2017-12-10 17:04:46 +00:00
adam
90c70742cd py-intervals: updated to 0.8.1
0.8.1:
- Fixed interval coercion
2017-12-10 17:01:48 +00:00
adam
6ea687c7a7 py-bleach: updated to 2.1.2
Version 2.1.2:
Bug fixes
* Support html5lib-python 1.0.1.
* Add deprecation warning for supporting html5lib-python < 1.0.
* Switch to semver.
2017-12-10 16:56:51 +00:00
adam
3f6325b8e2 Updated devel/py-construct, converters/py-cairosvg, www/py-django-registration; Added converters/py-confusable_homoglyphs 2017-12-10 16:49:15 +00:00
adam
46bc08d830 Quickly added ALTERNATIVES 2017-12-10 16:46:16 +00:00
leot
71f9fe0639 doc: Updated graphics/sxiv to 24nb1 2017-12-10 16:38:09 +00:00
leot
0e6c3867c7 sxiv: Avoid 100% CPU usage when sxiv is invoked non-interactively
Add patches/patch-autoreload_nop.c to avoid 100% CPU usage when sxiv is invoked
non-interactively (e.g. in a subshell in background via `( sxiv ... & )').

Bump PKGREVISION
2017-12-10 16:37:52 +00:00
adam
07732b6db0 py-django-registration: updated to 2.3
In django-registration 2.3, the new validators :func:`~registration.validators.validate_confusables` and :func:`~registration.validators.validate_confusables_email` were added, and are applied by default to the username field and email field, respectively, of registration forms. This may cause some usernames which previously were accepted to no longer be accepted, but like the reserved-name validator this change was made because its security benefits significantly outweigh the edge cases in which it might disallow an otherwise-acceptable username or email address. If for some reason you need to allow registration with usernames or email addresses containing potentially dangerous use of Unicode, you can subclass the registration form and remove these validators, though doing so is not recommended.
2017-12-10 16:36:31 +00:00
adam
02c6226936 py-confusable_homoglyphs: added version 3.0.0 2017-12-10 16:34:41 +00:00
bsiegert
065739e562 Fix poppler-glib build.
The gtkdoc.py patch used a mixture of tabs and spaces, which was rejected
by the Python interpreter. Also (with Python 3.6 as default), there was an
uncaught TypeError, which I added to the existing except clause.
2017-12-10 16:02:59 +00:00
adam
92272d020b py-cairosvg: updated to 2.1.2
Version 2.1.2:
* Fix font-size
2017-12-10 15:58:36 +00:00
adam
aa6ac37bab py-construct: updated to 2.8.17
v2.8.17:
Bug fixes.
2017-12-10 15:52:32 +00:00
adam
2e805fbb24 CONFIGURE_ARGS are slightly different now 2017-12-10 15:51:04 +00:00
adam
19a8ebf906 libhid: cleanup; fixed building on Darwin (PR 49565) 2017-12-10 15:46:26 +00:00
bacon
138e03286e Makefile: Add py-xopen: Open compressed files transparently 2017-12-10 14:58:44 +00:00
bacon
6762e7e0e1 Fix username in py-xopen addition. 2017-12-10 14:57:32 +00:00
bacon
349e1e8a4e doc: Added devel/py-xopen version 0.3.2 2017-12-10 14:55:00 +00:00
bacon
4c94094e6d devel/py-xopen: import py27-xopen-0.3.2
This small Python module provides an xopen function that works like the
built-in open function, but can also deal with compressed files. Supported
compression formats are gzip, bzip2 and xz. They are automatically recognized
by their file extensions .gz, .bz2 or .xz.
2017-12-10 14:48:50 +00:00
adam
4da535ee1e Updated devel/spin, devel/py-setuptools 2017-12-10 14:05:09 +00:00
adam
68912c3187 py-setuptools: updated to 38.2.4
v38.2.4:
Fix data_files handling when installing from wheel.
2017-12-10 14:04:44 +00:00
adam
61c69728b2 removed spin-license
On 30 December 2015 Alcatel-Lucent (the company that inherited Bell Laboratories from AT&T in the trivestiture from 1996) transfered the copyright to all sources to Gerard Holzmann, explicitly to enable a standard open source release under the BSD 3-Clause license. Starting with Spin Version 6.4.5 all Spin code, sources and executables, are now available under the BSD 3-Clause license.
2017-12-10 14:02:33 +00:00
adam
d32b409c07 spin: updated to 6.4.7
Version 6.4.7:
- fixed a bug in the parsing of for (...) statements if
  initialized variable declarations appear in the body of the loop
- optimization in interpreting the swarm option, by avoiding
  unnecessary recompilations, plus other small fixes in the
  generation of parameter values for -k and -w with swarms
- added runtime option -W to suppress recompilation of pan if
  the executable already exists
- fixed bug in printing the value of a random seed at the end of
  a randomized run
- added compilation warning if both -DNP and -DNOCLAIM are used
  (in that case -DNP is assumed to override -DNOCLAIM)
- fixed a bug in the parsing of select (...) statements that could
  cause unwarranted syntax errors when larger ranges are used
- switched to executables for Windows PCs that do not require
  a cygwin installation (using mingw32 and mingw64 bit compilations)
2017-12-10 13:56:34 +00:00
adam
83bee2d2f8 vim-share: fix building with Python 3.x (PR 52742) 2017-12-10 12:39:47 +00:00
adam
5fbe2297eb Updated www/py-yarl, devel/py-sortedcontainers 2017-12-10 10:19:47 +00:00
adam
30c3ce5c46 py-sortedcontainers: updated to 1.5.9
1.5.9:
* Dropped CPython 2.6 testing.

1.5.8:
* Added ``SortedList.reverse`` to override ``MutableSequence.reverse`` and
  raise ``NotImplementedError``.
2017-12-10 10:05:55 +00:00
adam
222464f279 py-yarl: updated to 0.16.0
0.16.0:
Fix raising TypeError by url.query_string() after url.with_query({}) (empty mapping)
2017-12-10 09:56:09 +00:00
adam
b30c453e96 Updated devel/py-lazr.delegates, devel/py-lazr.config 2017-12-10 09:52:43 +00:00
adam
cc342ae703 py-lazr.config: updated to 2.2.1
2.2.1:
Bug fixes.
2017-12-10 09:51:18 +00:00
adam
afc00a1da2 py-lazr.delegates: updated to 2.0.4
2.0.4:
Bug fixes.
2017-12-10 09:50:43 +00:00
adam
84dd2f352a Updated devel/py-requests-mock, textproc/py-markdown, www/py-django-reversion, textproc/py-regex 2017-12-10 09:05:28 +00:00
adam
9614138933 py-regex: updated to 2017.12.09
regex-2017.12.09:
Bug fixes.
2017-12-10 09:01:17 +00:00
adam
e84f12f584 py-django-reversion: updated to 2.0.12
2.0.12:
Fixed MySQL error in get_deleted()

2.0.11:
Dramatically improved performance of get_deleted() over large datasets
Ukranian translation
Bugfixes
2017-12-10 08:56:29 +00:00
adam
8cf869f9d0 py-markdown: updated to 2.6.10
2.6.10:
This version was released to force PyPI to point to the new docs location.
Closes 601. The old PyPI hosted docs can be deleted after this.
2017-12-10 08:53:16 +00:00
adam
ec95a7bb9b py-requests-mock: updated to 1.4.0
1.4.0
-----
* allow an adapter to be passed to a Mocker object
* Rename [wheel] section to [bdist\_wheel] as the former is legacy
* Include license file in the generated wheel package
* Add testing for newer Python versions 3.5 and 3.6
* Return a separate copy for each call to decorator
* Add string representation to \_RequestObjectProxy
2017-12-10 08:45:40 +00:00
adam
0699811df7 Added python to CATEGORIES 2017-12-10 08:30:01 +00:00
tsutsui
e8e4cf8cf4 ibus: bump PKGREVISION for cldr-emoji-annotation-32.0.0.1 update. 2017-12-10 07:18:35 +00:00
tsutsui
7f79072454 ruby-hashie: retire from a maintainership.
I imported this gem (via PR) for net/ruby-userstream for net/ruby-tw,
but ruby-userstream is no longer required and has been removed.
sysutils/ruby-chef-zero and misc/ruby-powerbar still depend on
this hashie gem but they don't have a maintainer since initial imports.
2017-12-10 06:17:02 +00:00
ryoon
ce0f21263b Updated cross/arm-none-eabi-binutils to 2.29.1
Updated cross/aarch64-none-elf-binutils to 2.29.1
2017-12-10 01:12:51 +00:00
ryoon
e348f938e2 Update to 2.29.1
Changelog:
Some improvements about ARMv7 and ARMv8 in gas
2017-12-10 01:12:09 +00:00
ryoon
ad4b4ea241 Updated www/firefox-l10n to 57.0.2 2017-12-10 00:46:52 +00:00