Commit graph

311129 commits

Author SHA1 Message Date
adam
db86716a63 py-test5: updated to 5.3.5
pytest 5.3.5:

Bug Fixes
- Fix regression in pytest 5.3.4 causing an INTERNALERROR due to a wrong assertion.
2020-01-30 19:44:13 +00:00
adam
a88125088e py-lxml: updated to 4.5.0
4.5.0:
Features added
* A new function ``indent()`` was added to insert tail whitespace for pretty-printing
  an XML tree.

Bugs fixed
* Tail text of nodes that get removed from a document using item
  deletion disappeared silently instead of sticking with the node that was removed.

Other changes
* MacOS builds are 64-bit-only by default.
  Set CFLAGS and LDFLAGS explicitly to override it.
* Linux/MacOS Binary wheels now use libxml2 2.9.10 and libxslt 1.1.34.
* The package version number is now available as ``lxml.__version__``.
2020-01-30 19:42:47 +00:00
markd
5d2a57185e kiconthemes: update of frameworks to 5.66 (commit missed previously) 2020-01-30 19:21:52 +00:00
minskim
41caccddc3 math/py-pandas-datareader: Update HOMEPAGE 2020-01-30 18:45:28 +00:00
schmonz
73f57f4a8f doc: Updated mail/feed2exec to 0.15.0 2020-01-30 18:02:46 +00:00
schmonz
8bbafd6c43 Update to 0.15.0 (by diffing git tags, no new distfile available). From
the changelog:

- Play catchup with newer html2text version again
- Workaround timezone parsing bug in dateparser
- Switch to dateparser for PyPI and tests as well
- Register properly the special mark we are using
- Reduce noise level of 'missing time' problems
2020-01-30 18:02:41 +00:00
scole
ffab3be022 Remove old comments that look left over for running the linux binary ski emulator on NetBSD 2020-01-30 16:29:31 +00:00
scole
100af68e98 Revert HOMEPAGE back to http instead of https. The https page doesn't seem to work. 2020-01-30 16:26:43 +00:00
pho
0bc7e53bce Fix an error on 64-bits platforms. 2020-01-30 13:56:12 +00:00
wiz
9530133a39 py-qt5: fix ALTERNATIVES syntax 2020-01-30 13:14:53 +00:00
triaxx
213824d248 doc: Updated security/openpam to 20190224nb1 2020-01-30 11:17:30 +00:00
triaxx
bc20954e21 openpam: fix PR pkg/54907
pkgsrc changes:
---------------
  - Add -lcript to pam_unix.so
  - Bump revision
2020-01-30 11:17:05 +00:00
leot
2eb273d21a opensmtpd: Drop maintainership (PR pkg/54911) 2020-01-30 10:37:14 +00:00
wiz
71e6cea43a sysutils/Makefile: + arm-trusted-firmware-rk3399, u-boot-pinebook-pro 2020-01-30 10:21:24 +00:00
wiz
9f43ea055e prosody: remove patch that is not in distinfo 2020-01-30 10:08:14 +00:00
wiz
c315f971c5 warzone2100: remove patch that is not in distinfo 2020-01-30 10:08:00 +00:00
he
4bf9b04620 Note update of devel/go-protobuf to 1.3.3. 2020-01-30 09:58:25 +00:00
he
30aeefa54a Update go-protobuf to version 1.3.3.
Upstream changes:
 * #1025 grpc: accept interface in NewClient functions
2020-01-30 09:57:53 +00:00
fcambus
684b4b8020 doc: Updated converters/p5-Sereal to 4.008 2020-01-30 09:48:44 +00:00
fcambus
cc88a55ea7 p5-Sereal: update to 4.008.
4.008 Thurs Jan 30, 2020
    * Encoder/Decoder: Build fixes for modern perls.
    * Encoder/Decoder: Pod fixes
2020-01-30 09:48:34 +00:00
fcambus
c0c512d351 doc: Updated converters/p5-Sereal-Encoder to 4.008 2020-01-30 09:47:16 +00:00
fcambus
6a1e22497b p5-Sereal-Encoder: update to 4.008.
4.008 Weds January 30, 2020
    * Fixup casting error for pedantic compilers in srl_compress.h
    * Build fixes.
2020-01-30 09:47:06 +00:00
fcambus
fd5c48ad0e doc: Updated converters/p5-Sereal-Decoder to 4.008 2020-01-30 09:45:45 +00:00
fcambus
1378b7e8c4 p5-Sereal-Decoder: update to 4.008.
4.008 Weds Jan 30, 2020
    * Build fixes for modern perls.
    * Pod fixes
2020-01-30 09:45:23 +00:00
prlw1
80c83fbd88 doc: Updated print/cups-base to 2.3.1nb1 2020-01-29 22:57:09 +00:00
prlw1
adcbbd6aab Remove part of airprint scheduler printers patch as per
https://github.com/apple/cups/issues/5641
OK Till Kamppeter
2020-01-29 22:56:50 +00:00
adam
41b6954d5f Updated devel/py-wheel, www/py-WebOb 2020-01-29 22:47:29 +00:00
adam
80efdfda0c py-WebOb: updated to 1.8.6
1.8.6:

Experimental Features

- The SameSite value now includes a new option named "None", this is a new
  change that was introduced in
  https://tools.ietf.org/html/draft-west-cookie-incrementalism-00

  Please be aware that older clients are incompatible with this change:
  https://www.chromium.org/updates/same-site/incompatible-clients, WebOb does
  not enable SameSite on cookies by default, so there is no backwards
  incompatible change here.

- Validation of SameSite values can be disabled by toggling a module flag. This
  is in anticipation of future changes in evolving cookie standards.
  The discussion in https://github.com/Pylons/webob/pull/407 (which initially
  expanded the allowed options) notes the sudden change to browser cookie
  implementation details may happen again.

  In May 2019, Google announced a new model for privacy controls in their
  browsers, which affected the list of valid options for the SameSite attribute
  of cookies. In late 2019, the company began to roll out these changes to their
  browsers to force developer adoption of the new specification.
  See https://www.chromium.org/updates/same-site and
  https://blog.chromium.org/2019/10/developers-get-ready-for-new.html for more
  details on this change.
2020-01-29 22:47:02 +00:00
adam
5942b226d0 py-wheel: updated to 0.34.1
0.34.1:
- Fixed installation of ``wheel`` from sdist which was broken due to a chicken
  and egg problem with PEP 517 and setuptools_scm

0.34.0:
- Dropped Python 3.4 support
- Added automatic platform tag detection for macOS binary wheels
- Added the ``--compression=`` option to the ``bdist_wheel`` command
- Fixed PyPy tag generation to work with the updated semantics
- Updated project packaging and testing configuration for :pep:`517`
- Moved the contents of setup.py to setup.cfg
- Fixed duplicate RECORD file when using ``wheel pack`` on Windows
- Fixed bdist_wheel failing at cleanup on Windows with a read-only source tree
- Fixed ``wheel pack`` not respecting the existing build tag in ``WHEEL``
- Switched the project to use the "src" layout
- Switched to setuptools_scm_ for versioning
2020-01-29 22:42:37 +00:00
adam
df7331664b Added devel/py-test-random-order, www/py-protego; Updated audio/py-last, www/py-scrapy 2020-01-29 22:08:14 +00:00
adam
9cc23be607 py-scrapy: updated to 1.8.0
Scrapy 1.8.0:

Highlights:
* Dropped Python 3.4 support and updated minimum requirements; made Python 3.8
  support official
* New :meth:`Request.from_curl <scrapy.http.Request.from_curl>` class method
* New :setting:`ROBOTSTXT_PARSER` and :setting:`ROBOTSTXT_USER_AGENT` settings
* New :setting:`DOWNLOADER_CLIENT_TLS_CIPHERS` and
  :setting:`DOWNLOADER_CLIENT_TLS_VERBOSE_LOGGING` settings
2020-01-29 22:06:30 +00:00
wiz
f47a7cd0a3 doc: Updated archivers/libzip to 1.6.0nb1 2020-01-29 21:54:39 +00:00
wiz
63f6caa213 libzip: update to 1.6.0nb1.
Add upstream patch avoiding a double-free in zipcmp.
2020-01-29 21:54:31 +00:00
adam
0cd9298504 py-protego: added version 0.1.16
Protego is a pure-Python robots.txt parser with support for modern conventions.
2020-01-29 21:52:26 +00:00
adam
fb2b3604d9 py-last: updated to 3.2.0
3.2.0:
Added
* Support for Python 3.8
* Store album art URLs when you call `GetTopAlbums`
* Retry paging through results on exception
* More error status codes from https://last.fm/api/errorcodes
Changed
* Respect `get_recent_tracks`' limit when there's a now playing track
* Move installable code to `src/`
* Update `get_weekly_artist_charts` docstring: only for `User`
* Remove Python 2 warnings, `python_requires` should be enough
* Use setuptools_scm to simplify versioning during release
* Various lint and test updates
Deprecated
* Last.fm's `user.getArtistTracks` has now been deprecated by Last.fm and is no longer
  available. Last.fm returns a "Deprecated - This type of request is no longer
  supported" error when calling it. A future version of pylast will remove its
  `User.get_artist_tracks` altogether.
* `STATUS_TOKEN_ERROR` is deprecated and will be removed in a future version.
  Use `STATUS_OPERATION_FAILED` instead.

3.1.0:
Added
* Extract username from session via new
  `SessionKeyGenerator.get_web_auth_session_key_username`
* `User.get_track_scrobbles`
Deprecated
*  `User.get_artist_tracks`. Use `User.get_track_scrobbles` as a partial replacement.

3.0.0:
Added
* This changelog file
Removed
* Support for Python 2.7
* Constants `COVER_SMALL`, `COVER_MEDIUM`, `COVER_LARGE`, `COVER_EXTRA_LARGE`
  and `COVER_MEGA`. Use `SIZE_SMALL` etc. instead.
2020-01-29 21:49:50 +00:00
adam
4648cd6f6b py-test-random-order: added version 1.0.4
pytest-random-order is a pytest plugin that randomises the order of tests. This
can be useful to detect a test that passes just because it happens to run after
an unrelated test that leaves the system in a favourable state.

The plugin allows user to control the level of randomness they want to
introduce and to disable reordering on subsets of tests. Tests can be rerun in
a specific order by passing a seed value reported in a previous test run.
2020-01-29 21:43:02 +00:00
rhialto
20f2038da0 games/nethack*: correct some COMMENTs. 2020-01-29 20:23:16 +00:00
schmonz
39c5315bcc Sort PLIST (thanks leot@). 2020-01-29 19:09:54 +00:00
maya
06ffe6e900 Rio MP3 player related utilities removed. 2020-01-29 19:01:59 +00:00
maya
8ba9db2c38 Remove Rio-related packages.
These pacakges are intended to handle an early 2000s MP3 player. I expect
they are no longer in use.

Proposed on pkgsrc-users a month ago.
2020-01-29 19:00:33 +00:00
schmonz
331efd3b32 doc: Added mail/feed2exec version 0.14.0 2020-01-29 16:49:29 +00:00
schmonz
4be5ff9772 Add and enable feed2exec. 2020-01-29 16:49:07 +00:00
schmonz
c0c88da10f Initial import of feed2exec, the programmable feed reader.
feed2exec is a simple program that runs custom actions on new RSS feed
items (or whatever feedparser can read). It currently has support for
writing into mailboxes (Maildir folders) or executing commands, but more
actions can be easily implemented through plugins. Email are saved as
multipart plain/HTML and can be sent to arbitrary folders.
2020-01-29 16:48:48 +00:00
jaapb
3c9189133a doc: Updated security/ocaml-safepass to 3.0nb4 2020-01-29 16:33:28 +00:00
jaapb
5e6d86a9b2 Added conversion to dune to security/ocaml-safepass
Project still uses jbuilder, so just run a dune upgrade before
building. No upstream changes.
2020-01-29 16:33:18 +00:00
minskim
0fe3f2f011 devel/sgb: Update HOMEPAGE 2020-01-29 16:04:04 +00:00
tsutsui
216ce13372 doc: Updated misc/libreoffice6-bin to 6.2.8 2020-01-29 15:56:26 +00:00
tsutsui
c0558dc4ab libreoffice6-bin: update to 6.2.8.
Probably this is the last version that distributes 32 bit Linux binaries.

Upstream changes (not bother to quote):
 https://wiki.documentfoundation.org/Releases/6.2.8/RC1#List_of_fixed_bugs
 https://wiki.documentfoundation.org/Releases/6.2.8/RC2#List_of_fixed_bugs
2020-01-29 15:56:08 +00:00
adam
ecb778ff3b Updated misc/py-tqdm, lang/py-parso 2020-01-29 14:04:09 +00:00
adam
7e5a50960c py-parso: updated to 0.6.0
0.6.0:
- Dropped Python 2.6/Python 3.3 support
- del_stmt names are now considered as a definition
  (for ``name.is_definition()``)
- Bugfixes
2020-01-29 14:03:52 +00:00