1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442
|
rdflib (7.1.1-3) unstable; urgency=medium
* Team upload
* autopkgtest: Prevent running tests marked webtest (Closes: #1108255)
-- Bastian Germann <bage@debian.org> Thu, 03 Jul 2025 08:42:23 +0200
rdflib (7.1.1-2) unstable; urgency=medium
* Team upload.
* d/{,tests/}control: skip python3-orjson on i386 where it is not
available.
-- Michael R. Crusoe <crusoe@debian.org> Sat, 09 Nov 2024 16:18:49 +0100
rdflib (7.1.1-1) unstable; urgency=medium
* Team upload.
* Refreshed the patch metadata
* New dependency: python3-html5rdf
* Added two patches from upstream and re-enabled the docs
* d/control: drop build-dependency on python3-sparqlwrapper, it hasn't been
needed since rdflib 4.x ; and was causing a build-loop with rdflib itself.
* d/control: expand the list of recommended packages to match
upstream's extras. Install all extras when running the tests.
-- Michael R. Crusoe <crusoe@debian.org> Thu, 07 Nov 2024 15:45:17 +0100
rdflib (7.1.0-1) unstable; urgency=medium
* Team upload.
* d/control: isodata & pyparsing are pulled in by other dependencies
even when not building the docs and running the tests.
* d/patches/intersphinx: link to the packaged Python3 docs, not to the
web
* d/control: build-dep on type-extensions to quiet a warning while
building the docs
* d/rules: disable the docs due to
https://github.com/RDFLib/rdflib/issues/2912
Closes: #1078315
* Refresh patches
-- Michael R. Crusoe <crusoe@debian.org> Tue, 22 Oct 2024 14:30:49 +0200
rdflib (7.0.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 7.0.0
* Remove 2to3 build dependency
* Refresh patches
* Review tests
* Remove Python2 crumbs from d/rules
* Add lintian override for false match
-- Alexandre Detiste <tchet@debian.org> Sat, 15 Jun 2024 14:20:26 +0200
rdflib (6.3.2-1) unstable; urgency=medium
* Team upload.
* New upstream version: last release prior to 7.0.
* Added a patch to fix some SyntaxWarnings. Closes: #1067726
* d/patches: refreshed
* d/control: add poetry build-dep, and lxml; drop pkg-resources and
lib2to3
* d/TODO: removed entries that are no longer relevant or needed.
- jsonlayer.py was removed from RDFLib in version 5.0
- pyRdfa has been available in Debian since 2020-07 (Debian 11, "bullseye")
- rdfpipe was integrated into RDFLib from the rdfextras package in 2013
(RDFLib version 4.0)
- Debian has been building and testing RDFLib as Python3 only package
since "bullseye".
* d/control: add myst-parser and sphinx-autodoc-typehints for building
the docs.
* d/rules: adjust skipped test list.
* d/{tests/,}control: pytest-subtests is no longer used, add
python3-pytest-cov for the 'no_cover' fixture to prevent errors during
test collection.
* d/copyright: update paths to turtle and trig test data from W3C.
* d/patches/privacy: remove remote image to preserve user privacy.
-- Michael R. Crusoe <crusoe@debian.org> Wed, 10 Apr 2024 07:23:57 +0200
rdflib (6.1.1-4) unstable; urgency=medium
* Team upload.
[ James Addison ]
* python-rdflib-doc: enable Sphinx autodoc preservation of method-
argument defaults. Closes: #1066016
[ Michael R. Crusoe ]
* d/patches/pytest8: support Pytest version 8.x. Closes: #1063984, #1066741
-- Michael R. Crusoe <crusoe@debian.org> Thu, 14 Mar 2024 13:21:35 +0100
rdflib (6.1.1-3) unstable; urgency=medium
* Team upload.
* d/control: remove the rdflib-jsonld build-dep, no longer needed.
* d/clean: remove the autogenerated apidocs directory to enable
building again after a successful build. Closes: #1048992
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* d/tests/python3: skip testGuessFormatForParse due to external breakage
-- Michael R. Crusoe <crusoe@debian.org> Fri, 02 Feb 2024 12:48:16 +0100
rdflib (6.1.1-2) unstable; urgency=medium
* Team upload.
* d/rules: call sphinx-build directly instead of using setup.py
sphinx_build. Closes: #1042696
* d/patches/intersphinx: link to the local Python 3 docs
* Standards-Version: 4.6.2 (routine-update)
-- Michael R. Crusoe <crusoe@debian.org> Mon, 07 Aug 2023 09:27:53 +0200
rdflib (6.1.1-1) unstable; urgency=medium
* Team upload.
* This upstream version
Closes: #1005459, #1005463
-- Andreas Tille <tille@debian.org> Thu, 24 Feb 2022 10:09:43 +0100
rdflib (5.0.0-2) unstable; urgency=medium
* Team upload.
* python-rdflib-tools: Depend: python3-rdflib (= ${source:Version})
Closes: #1002722
* Standards-Version: 4.6.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* No tab in license text (routine-update)
* Add missing build dependency on dh addon.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Apply multi-arch hints.
+ python-rdflib-doc: Add Multi-Arch: foreign.
* watch file standard 4 (routine-update)
* Drop Build-Depends: dpkg-dev
* Cleanup d/copyright from Files that are not included in source any more
-- Andreas Tille <tille@debian.org> Tue, 11 Jan 2022 12:40:59 +0100
rdflib (6.1.1-1~0exp) experimental; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.6.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* No tab in license text (routine-update)
* Add missing build dependency on dh addon.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Apply multi-arch hints.
+ python-rdflib-doc: Add Multi-Arch: foreign.
* watch file standard 4 (routine-update)
* Refresh doctest skipping patch
* Freshen debian/copyright: remove patterns for no-longer distributed
sources
* Switch to pytest from nose
-- Michael R. Crusoe <crusoe@debian.org> Mon, 27 Dec 2021 16:00:20 +0100
rdflib (5.0.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/tests: Update path for test runner, disable tests that require
network access, and fix test dependencies (Closes: #979841)
-- Sebastian Ramacher <sramacher@debian.org> Wed, 10 Feb 2021 21:06:36 +0100
rdflib (5.0.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Yaroslav Halchenko ]
* Team upload.
* New upstream release; Closes: #959205
* d/patches:
- silentcopy.patch - dropped (original code is gone)
- disabledoctest.patch - updated
* d/control:
- add python3-sphinxcontrib.apidoc to Build-Depends
- boosted compat to 10 (dh_clean otherwise is not happy)
* d/rules:
- adjust custom tests runner specification: use python3, remove
exclusion of tests issue for which is now closed, exclude
test_sparql_service requiring online access
- enable nodoc profile if sphinx is too old (before 2.4) to
ease no-effort backports
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 11 Dec 2020 17:51:02 -0500
rdflib (4.2.2-5) unstable; urgency=medium
* Drop python2 support; Closes: #938336
-- Sandro Tosi <morph@debian.org> Mon, 16 Mar 2020 02:53:45 -0400
rdflib (4.2.2-4) unstable; urgency=medium
* Build documentation with python3-sphinx
-- Sandro Tosi <morph@debian.org> Sat, 14 Mar 2020 17:03:32 -0400
rdflib (4.2.2-3) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.0.
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* debian/control
- add python3-lib2to3, needed by setup.py
- remove python-rdflib-jsonld from b-d, not available anymore;
Closes: #947730
- remove python-networkx from b-d, some tests will be skipped but this is
the last rdep, so we can remove py2 networkx from Debian
- add python3-pkg-resources explicitly to python-rdflib-tools Depends;
Closes: #923979
* debian/rules
- run tests in verbose mode, more helpful to identify what's happening
- make sure p-r-tools/usr/bin is removed before copying over the scripts,
probably only useful when there are 2+ supported py3k versions, still
FTBFS without this change
-- Sandro Tosi <morph@debian.org> Wed, 08 Jan 2020 01:11:37 -0500
rdflib (4.2.2-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove ancient X-Python(3)-Version fields
* d/changelog: Remove trailing whitespaces
[ Christian Amsüss ]
* tools:
- Use easy_install provided scripts (CVE-2019-7653, closes: #921751)
- Use Python 3
* d/control:
- Update Standards-Version to 4.3.0 (no further changes)
- Remove retired Olivier Berger from uploaders (closes: #917913)
- Update salsa location
* d/patches: Acknowledge that pyparsinglatest.patch is not required any more
* Add bsddb3 and rdflib-jsonld to test dependencies
- Disable broken tests for rdflib-jsonld at build time
-- Christian M. Amsüss <chrysn@fsfe.org> Fri, 15 Feb 2019 15:50:18 +0100
rdflib (4.2.2-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Move packaging Git from Alioth to Salsa
* Build-Depends: 2to3
-- Andreas Tille <tille@debian.org> Sat, 28 Apr 2018 15:39:31 +0200
rdflib (4.2.1-2) unstable; urgency=medium
* Demote html5lib and SPARQLWrapper from install_requires to tests_require
and extras_require (new patch, closes: #845643)
* Mostly use the (now correct) python-declared dependencies instead of
manual overrides
* Break circular dependency loop by adding nocheck and nodoc profile
* Make all packages `Architecture: all`
-- Christian M. Amsüss <chrysn@fsfe.org> Wed, 07 Dec 2016 08:50:57 +0100
rdflib (4.2.1-1) unstable; urgency=medium
[ upstream ]
* New version. (Closes: #838849, #748111)
[ Christian M. Amsüss ]
* Refresh patches, drop fixed ones.
* Update copyright file.
* Bump standards-version to 3.9.8
* Drop obsolete control lines and workarounds
* Update package descriptions
* Add README.source file
* Enable test suite for Python 3
* Register with doc-base
[ Andreas Tille ]
* make sure build/ dir is really cleaned up
-- Christian M. Amsüss <chrysn@fsfe.org> Thu, 03 Nov 2016 04:50:23 +0100
rdflib (4.1.2-3) unstable; urgency=low
* Upload to unstable almost identical to 4.1.2-2.
* Cleanup of this changelog, for revisions 3.2.1-1.1 by Sören Brunk
<soeren.brunk@gmail.com> and 3.2.1-1.2 by Christian M. Amsüss
<chrysn@fsfse.org>, which previously appeared on their own as
UNRELEASED, and have now been merged into 4.0.1-1's entry.
-- Olivier Berger <obergix@debian.org> Sat, 24 May 2014 22:47:03 +0200
rdflib (4.1.2-2) experimental; urgency=medium
* Adding nose to the autopkgtest deps
-- Olivier Berger <obergix@debian.org> Sun, 18 May 2014 10:24:35 +0200
rdflib (4.1.2-1) experimental; urgency=low
* New upstream version.
* New maintainers, which I forgot to mention (Closes: #702300).
-- Olivier Berger <obergix@debian.org> Wed, 14 May 2014 10:35:04 +0200
rdflib (4.0.1-3) unstable; urgency=low
* Should now be ready for prime time, ready for upload to unstable.
* Improve the test suite launch script for Python3 a bit.
-- Olivier Berger <obergix@debian.org> Tue, 13 May 2014 11:26:08 +0200
rdflib (4.0.1-2) experimental; urgency=low
* Prevent passing tests requiring network, at build time (Closes:
#739222).
* Declare Replaces+Breaks relationship for binary split into -tools
(Closes: #738829).
* Add dep-8/autopkgtest support to pass full test suite when not at
build time.
-- Olivier Berger <obergix@debian.org> Mon, 12 May 2014 23:46:18 +0200
rdflib (4.0.1-1) experimental; urgency=low
[ Olivier Berger ]
* New upstream version (Closes: #655039).
[ Christian M. Amsüss ]
* Use debhelper 9 with dh_python2 and dh_python3.
* Use the pybuild system
* Added build-depends on the runtime dependencies and python{,3}-nose for
running tests (Closes: #709671).
* Use source format 3.0 (quilt)
* Bumping standards version to 3.9.4
[ Sören Brunk ]
* New upstream release.
* Build using dh_python2.
* removed manpage for rdfpipe since it has moved to rdfextras upstream.
* debian/control
- Removed build dependency on python-support.
+ Depends on python-isodate.
+ Bumping standards version to 3.9.3.
-- Olivier Berger <obergix@debian.org> Wed, 29 Jan 2014 16:20:28 +0100
rdflib (2.4.2-1) unstable; urgency=low
* New upstream release.
* debian/rules
+ Tweaking install targets to avoid problems building the
package using Python2.6. Thanks Josselin. (closes: #547854).
* debian/control
+ Update standards-version to 3.8.3 (no changes).
* debian/changelog
+ Add a new copyright holder.
-- Nacho Barrientos Arias <nacho@debian.org> Tue, 22 Sep 2009 16:34:04 +0200
rdflib (2.4.0-5) unstable; urgency=low
* debian/control
+ Depending on python-pkg-resources instead of python-setuptools
at runtime (closes: #468713).
+ Bumping standards version to 3.7.3.
+ Moving the Homepage information to the right place.
-- Nacho Barrientos Arias <nacho@debian.org> Sun, 02 Mar 2008 11:26:50 +0100
rdflib (2.4.0-4) unstable; urgency=low
* debian/rules
+ Fixing a shebang which forces rdflib to depend on python2.5
(closes: #428558).
+ Egg stuff is now handled by python-support, removing the manual
renaming.
* debian/control
+ Build-depend on python-support >= 0.6
-- Nacho Barrientos Arias <nacho@debian.org> Mon, 25 Jun 2007 23:03:09 +0200
rdflib (2.4.0-3) unstable; urgency=low
* debian/pyversions
- Dropped. Now building against all supported python versions.
* debian/control
- Build-depending on python-all-dev instead of python2.4-dev.
* debian/rules
- s/pyversions -r/pyversions -s
- Minor cosmetic changes.
-- Nacho Barrientos Arias <nacho@debian.org> Sun, 27 May 2007 14:01:07 +0200
rdflib (2.4.0-2) unstable; urgency=medium
* debian/control
- Added missing dependency on python-setuptools.
* Urgency medium due to this missing dependency renders
rdfpipe unusable.
-- Nacho Barrientos Arias <nacho@debian.org> Mon, 09 Apr 2007 23:39:06 +0200
rdflib (2.4.0-1) unstable; urgency=low
* New upstream release.
* debian/control
- Switching to quilt.
- Changing maintainer's email address.
- Added python-setuptools to build-deps.
- Added information about rdfpipe to package description.
* debian/copyright
- Extending copyright dates.
- Added Chimezie as a member of the RDFLib team.
* debian/manpages
- Added manpage for rdfpipe(1).
* debian/rules
- Getting rid of installed (now by default) test files.
- Dealing with egg information directory.
-- Nacho Barrientos Arias <nacho@debian.org> Fri, 06 Apr 2007 15:22:41 +0200
rdflib (2.3.3-1) unstable; urgency=low
* Initial release. (Closes: #278255)
-- Nacho Barrientos Arias <chipi@criptonita.com> Wed, 13 Dec 2006 00:01:10 +0100
|