Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.0 08 Feb 2025 09:51:46
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.8.0
Changelog:
https://github.com/jazzband/tablib/releases/tag/v3.8.0 |
3.7.0 01 Nov 2024 15:06:56
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.7.0
* Support for Python 3.8 was dropped with release 3.7.0, adjust
USES=python accordingly.
Changelog:
https://github.com/jazzband/tablib/releases/tag/v3.7.0 |
3.6.1_1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
3.6.1 05 Apr 2024 12:56:33
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.6.1
* Remove the HTML option because the html export format does not depend
on textproc/py-markuppy any longer,
Changelog since 3.5.0:
https://github.com/jazzband/tablib/blob/v3.6.1/HISTORY.md |
3.5.0 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
3.5.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.5.0 27 Jun 2023 05:41:49
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.5.0
Changelog:
https://github.com/jazzband/tablib/releases/tag/v3.5.0 |
3.4.0_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.4.0_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
3.4.0 29 Mar 2023 16:34:42
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.4.0
* Switch to PEP517 build framework.
Changelog:
https://github.com/jazzband/tablib/releases/tag/v3.4.0
MFH: No (PEP517 support not present in 2023Q1) |
3.3.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.3.0 18 Dec 2022 16:09:37
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.3.0
* Switch to USE_PYTHON=pytest while I'm here.
Changes: https://github.com/jazzband/tablib/releases/tag/v3.3.0 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.1 11 Jun 2022 09:39:59
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.2.1
Changelog:
https://github.com/jazzband/tablib/releases/tag/v3.2.1 |
3.2.0 06 Feb 2022 14:06:21
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.2.0
Changelog:
https://github.com/jazzband/tablib/releases/tag/v3.2.0 |
3.1.0 03 Nov 2021 16:15:26
    |
Kai Knoblich (kai)  |
textproc/py-tablib: Update to 3.1.0
Changelog:
https://github.com/jazzband/tablib/releases/tag/v3.1.0
MFH: No (not compatible with net-mgmt/netbox in 2021Q4) |
3.0.0 14 Oct 2021 11:02:08
    |
Stefan Eßer (se)  |
textproc/py-tablib: Add CPE information
Approved by: portmgr (blanket) |
3.0.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0.0 30 Jan 2021 13:29:58
  |
sunpoet  |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
3.0.0 28 Jan 2021 07:55:47
  |
kai  |
textproc/py-tablib: Update to 3.0.0
* Add "do-test" target to make future QA easier.
* Update WWW field.
Changelog:
https://github.com/jazzband/tablib/blob/v3.0.0/HISTORY.md |
2.0.0 22 Oct 2020 17:56:29
  |
sunpoet  |
Update to 2.0.0
- Add CLI, HTML, ODS, PANDAS, XLS, XLSX and YAML options
- Update WWW
Changes: https://github.com/jazzband/tablib/blob/master/HISTORY.md
PR: 250121
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days) |
0.13.0_1 16 Jan 2020 15:19:47
  |
kai  |
textproc/py-tablib: Fix RUN_DEPENDS of devel/py-backports.csv
* The Python version restriction of devel/py-backports.csv was relaxed in
r519566. Thus update the RUN_DEPENDS accordingly and remove the
workaround for setup.py which is no longer needed.
* Bump PORTREVISION for package change.
PR: 243339
Submitted by: sunpoet
MFH: 2020Q1 (blanket: fix of runtime dependencies) |
0.13.0 14 Aug 2019 12:16:41
  |
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
0.13.0 31 Mar 2019 21:31:13
  |
kai  |
textproc/py-tablib: Update to 0.13.0
While I'm here:
* Remove the dependency for math/py-pandas because it's listed as an extra
dependency and thus not required for basic runtime.
* Add a note for users that want to make use of the Pandas Dataframe
structure.
* Add a patch for setup.py to limit devel/py-backports.csv to Python 2.
* Pet portlint
Changelog:
https://github.com/kennethreitz/tablib/compare/v0.12.1...v0.13.0
Approved by: mentors (implicit) |
0.12.1_1 01 Feb 2019 18:55:18
  |
kai  |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
0.12.1_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.12.1 06 Apr 2018 10:47:03
  |
wen  |
Tablib is an format-agnostic tabular dataset library, written in Python. It
allows one to import, export, and manipulate tabular data sets. Advanced
features include, segregation, dynamic columns, tags & filtering, and seamless
format import & export.
WWW: http://python-tablib.org
PR: 227295
Submitted by: freebsd_ports@k-worx.org |