Bug 247223 - devel/py-launchpadlib: Update to 1.10.13
Summary: devel/py-launchpadlib: Update to 1.10.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://bazaar.launchpad.net/~lazr-de...
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-06-13 01:05 UTC by fullermd
Modified: 2020-06-14 14:54 UTC (History)
2 users (show)

See Also:


Attachments
Patch (837 bytes, patch)
2020-06-13 01:05 UTC, fullermd
fullermd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2020-06-13 01:05:51 UTC
Created attachment 215508 [details]
Patch

New upstream release
Comment 1 Steve Wills freebsd_committer freebsd_triage 2020-06-13 02:00:30 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/155814128
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2020-06-13 02:28:35 UTC
^Triage: [tags] in issue Titles are deprecated
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-06-14 14:45:02 UTC
A commit references this bug:

Author: kai
Date: Sun Jun 14 14:44:26 UTC 2020
New revision: 538807
URL: https://svnweb.freebsd.org/changeset/ports/538807

Log:
  devel/py-launchpadlib: Update to 1.10.13

  * Indent RUN_DEPENDS to be in sync with the other variables while I'm here.

  Notable changes since 1.10.7:

  * Postpone keyring.errors import in the same way that we postpone importing
    keyring itself.
  * Don't store credentials or open a browser window when running under sudo.
  * Fall back to in-memory credentials store if no keyring backend is
    available.
  * Fix AccessToken.from_string crash on Python 3.8.
  * Explicitly install version.txt; launchpadlib requires it.

  PR:		247223
  Submitted by:	fullermd@over-yonder.net (maintainer)

Changes:
  head/devel/py-launchpadlib/Makefile
  head/devel/py-launchpadlib/distinfo
Comment 4 Kai Knoblich freebsd_committer freebsd_triage 2020-06-14 14:54:58 UTC
Committed with a minor fix (added missing dependency devel/py-six from setup.py to the RUN_DEPENDS). Thank you for the patch!