Bug 252100 - devel/py-rebulk: update to 3.0.0
Summary: devel/py-rebulk: update to 3.0.0
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: Rainer Hurling
URL: https://github.com/Toilal/rebulk/rele...
Keywords:
Depends on:
Blocks: 252201
  Show dependency treegraph
 
Reported: 2020-12-24 08:02 UTC by Nuno Teixeira
Modified: 2020-12-28 11:21 UTC (History)
3 users (show)

See Also:
andrej: maintainer-feedback+


Attachments
sugested svn diff (1.07 KB, patch)
2020-12-24 08:02 UTC, Nuno Teixeira
no flags Details | Diff
svn diff, update to 3.0.1 (1.07 KB, patch)
2020-12-27 13:49 UTC, Andrej Ebert
andrej: maintainer-approval+
Details | Diff
poudriere-buildlog 12.2 amd64 (27.28 KB, text/plain)
2020-12-27 13:52 UTC, Andrej Ebert
no flags Details
poudriere-portlint 12.2 amd64 (90 bytes, text/plain)
2020-12-27 13:53 UTC, Andrej Ebert
no flags Details
poudriere-buildlog 11.4 amd64 (27.29 KB, text/plain)
2020-12-27 13:55 UTC, Andrej Ebert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2020-12-24 08:02:07 UTC
Created attachment 220882 [details]
sugested svn diff

Hello,

Update to 3.0.0:
---
Feature

    regex: Replace REGEX_DISABLED environment variable with REBULK_REGEX_ENABLED (d5a8cad)
    Add python 3.8/3.9 support, drop python 2.7/3.4 support (048a15f)

Breaking

    regex module is now disabled by default, even if it's available in the python interpreter. You have to set REBULK_REGEX_ENABLED=1 in your environment to enable it, as this module may cause some issues. (d5a8cad)
    Python 2.7 and 3.4 support have been dropped (048a15f)
---

Need lastest version to run multimedia/py-guessit new version

Thanks,

Nuno Teixeira
Comment 1 Andrej Ebert 2020-12-27 13:49:43 UTC
Created attachment 220993 [details]
svn diff, update to 3.0.1

In the meantime 3.0.1 came out. Changes:

v3.0.0

Feature
regex: Replace REGEX_DISABLED environment variable with REBULK_REGEX_ENABLED (d5a8cad)
Add python 3.8/3.9 support, drop python 2.7/3.4 support
Breaking
regex module is now disabled by default, even if it's available in the python interpreter. You have to set REBULK_REGEX_ENABLED=1 in your environment to enable it, as this module may cause some issues.
Python 2.7 and 3.4 support have been dropped

v3.0.1

Fix
package: Fix broken package No such file or directory: 'CHANGELOG.md' (#24)
Documentation
readme: Add semantic release badge
readme: Fix title
Comment 2 Andrej Ebert 2020-12-27 13:52:15 UTC
Created attachment 220994 [details]
poudriere-buildlog 12.2 amd64
Comment 3 Andrej Ebert 2020-12-27 13:53:24 UTC
Created attachment 220995 [details]
poudriere-portlint 12.2 amd64
Comment 4 Andrej Ebert 2020-12-27 13:55:52 UTC
Created attachment 220996 [details]
poudriere-buildlog 11.4 amd64
Comment 5 Andrej Ebert 2020-12-27 14:04:10 UTC
Looks good to me, could someone commit please? @jbeich?
Comment 6 commit-hook freebsd_committer freebsd_triage 2020-12-28 11:19:03 UTC
A commit references this bug:

Author: rhurlin
Date: Mon Dec 28 11:18:13 UTC 2020
New revision: 559461
URL: https://svnweb.freebsd.org/changeset/ports/559461

Log:
  devel/py-rebulk: update to 3.0.1

  - Add python 3.8/3.9 support, drop python 2.7/3.4 support

  Changelogs: https://github.com/Toilal/rebulk/releases

  PR:		252100
  Submitted by:	Nuno Teixeira <ed.arrakis@gmail.com>
  Approved by:	arrowd, tcberner (mentors, implicit)

Changes:
  head/devel/py-rebulk/Makefile
  head/devel/py-rebulk/distinfo
Comment 7 Rainer Hurling freebsd_committer freebsd_triage 2020-12-28 11:21:27 UTC
Committed, thanks :)

Now we are able to also commit bug #252201 ...