Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RDFLib/pyrdfa3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chartbeat-labs/pyrdfa3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 4, 2022

  1. fix syntax error

    butlern committed Aug 4, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    498205e View commit details
  2. Copy the full SHA
    97c7b8d View commit details
Showing with 3 additions and 3 deletions.
  1. BIN dist/pyRdfa3-3.5.3-py3-none-any.whl
  2. +3 −3 setup.py
Binary file modified dist/pyRdfa3-3.5.3-py3-none-any.whl
Binary file not shown.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

setup(name="pyRdfa3",
description="pyRdfa Libray",
version="3.5.3",
version="3.5.3+cb.1",
author="Ivan Herman",
author_email="ivan@w3.org",
maintainer="Ivan Herman",
@@ -29,8 +29,8 @@
'rdfa1.1 = pyRdfa.rdflibparsers:RDFaParser',
'application/svg+xml = pyRdfa.rdflibparsers:RDFaParser',
'application/xhtml+xml = pyRdfa.rdflibparsers:RDFaParser',
'hturtle = pyRdfa.rdflibparsers:HTurtleParser'
'html = pyRdfa.rdflibparsers:StructuredDataParser'
'hturtle = pyRdfa.rdflibparsers:HTurtleParser',
'html = pyRdfa.rdflibparsers:StructuredDataParser',
'html/text = pyRdfa.rdflibparsers:StructuredDataParser'
],
}