[Bug 1687872] Review Request: python-sphinx-removed-in - versionremoved and removed-in directives for Sphinx

2019-03-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1687872

Miro Hrončok  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2019-03-25 12:54:04



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1687872] Review Request: python-sphinx-removed-in - versionremoved and removed-in directives for Sphinx

2019-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1687872



--- Comment #5 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/python-sphinx-removed-in

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1687872] Review Request: python-sphinx-removed-in - versionremoved and removed-in directives for Sphinx

2019-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1687872

Robert-André Mauchin  changed:

   What|Removed |Added

 Status|NEW |POST
   Assignee|nob...@fedoraproject.org|zebo...@gmail.com
  Flags||fedora-review+



--- Comment #4 from Robert-André Mauchin  ---
Great! Package approved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1687872] Review Request: python-sphinx-removed-in - versionremoved and removed-in directives for Sphinx

2019-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1687872



--- Comment #3 from Miro Hrončok  ---
Fixed: https://github.com/MrSenko/sphinx-removed-in/pull/6


Spec URL:
https://churchyard.fedorapeople.org/SRPMS/python-sphinx-removed-in-0.1.3-1.fc29.src.rpm
SRPM URL:
https://churchyard.fedorapeople.org/SRPMS/python-sphinx-removed-in.spec

Koji f30 build: https://koji.fedoraproject.org/koji/taskinfo?taskID=33475707

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1687872] Review Request: python-sphinx-removed-in - versionremoved and removed-in directives for Sphinx

2019-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1687872



--- Comment #2 from Miro Hrončok  ---
I've built this in mock and submitted it. But I've got Sphinx 1.8.x. Later I've
realized pytest docs don't build and filed the upstream issue.

I don't care if we wait or not, since I only need this for pytest and hence I
need the upstream bug fixed. We can keep this open until it is.

Thank you.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1687872] Review Request: python-sphinx-removed-in - versionremoved and removed-in directives for Sphinx

2019-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1687872

Robert-André Mauchin  changed:

   What|Removed |Added

 CC||zebo...@gmail.com



--- Comment #1 from Robert-André Mauchin  ---
I've got a test error:

+ /usr/bin/python3 setup.py test
running test
running egg_info
writing sphinx_removed_in.egg-info/PKG-INFO
writing dependency_links to sphinx_removed_in.egg-info/dependency_links.txt
writing requirements to sphinx_removed_in.egg-info/requires.txt
writing top-level names to sphinx_removed_in.egg-info/top_level.txt
reading manifest file 'sphinx_removed_in.egg-info/SOURCES.txt'
writing manifest file 'sphinx_removed_in.egg-info/SOURCES.txt'
running build_ext
BUILDSTDERR: test_sphinx_build (tests.test_extension.TestExtension) ...
/usr/lib/python3.7/site-packages/jinja2/sandbox.py:82: DeprecationWarning:
Using or importing the ABCs from 'collections' instead of from
'collections.abc' is deprecated, and in 3.8 it will stop working
BUILDSTDERR:   from collections import MutableSet, MutableMapping,
MutableSequence
BUILDSTDERR: /usr/lib/python3.7/site-packages/docutils/io.py:245:
DeprecationWarning: 'U' mode is deprecated
BUILDSTDERR:   self.source = open(source_path, mode, **kwargs)
BUILDSTDERR: ERROR
BUILDSTDERR:
==
BUILDSTDERR: ERROR: test_sphinx_build (tests.test_extension.TestExtension)
BUILDSTDERR:
--
BUILDSTDERR: Traceback (most recent call last):
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx_testing/util.py",
line 166, in decorator
BUILDSTDERR: return func(*(args + (app, status, warning)), **kwargs)
BUILDSTDERR:   File
"/builddir/build/BUILD/sphinx-removed-in-0.1.3/tests/test_extension.py", line
14, in test_sphinx_build
BUILDSTDERR: app.build()
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx/application.py",
line 338, in build
BUILDSTDERR: self.builder.build_update()
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/sphinx/builders/__init__.py", line 326, in
build_update
BUILDSTDERR: len(to_build))
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/sphinx/builders/__init__.py", line 339, in
build
BUILDSTDERR: updated_docnames = set(self.read())
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/sphinx/builders/__init__.py", line 445, in
read
BUILDSTDERR: self._read_serial(docnames)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/sphinx/builders/__init__.py", line 467, in
_read_serial
BUILDSTDERR: self.read_doc(docname)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/sphinx/builders/__init__.py", line 511, in
read_doc
BUILDSTDERR: doctree = read_doc(self.app, self.env,
self.env.doc2path(docname))
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx/io.py", line 324,
in read_doc
BUILDSTDERR: pub.publish()
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/docutils/core.py", line
217, in publish
BUILDSTDERR: self.settings)
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx/io.py", line 117,
in read
BUILDSTDERR: self.parse()
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/readers/__init__.py", line 78, in
parse
BUILDSTDERR: self.parser.parse(self.input, document)
BUILDSTDERR:   File "/usr/lib/python3.7/site-packages/sphinx/parsers.py", line
94, in parse
BUILDSTDERR: self.statemachine.run(inputlines, document,
inliner=self.inliner)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/parsers/rst/states.py", line 171, in
run
BUILDSTDERR: input_source=document['source'])
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/statemachine.py", line 239, in run
BUILDSTDERR: context, state, transitions)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/statemachine.py", line 460, in
check_line
BUILDSTDERR: return method(match, context, next_state)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/parsers/rst/states.py", line 2326,
in explicit_markup
BUILDSTDERR: nodelist, blank_finish = self.explicit_construct(match)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/parsers/rst/states.py", line 2338,
in explicit_construct
BUILDSTDERR: return method(self, expmatch)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/parsers/rst/states.py", line 2081,
in directive
BUILDSTDERR: directive_class, match, type_name, option_presets)
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/docutils/parsers/rst/states.py", line 2130,
in run_directive
BUILDSTDERR: result = directive_instance.run()
BUILDSTDERR:   File
"/usr/lib/python3.7/site-packages/sphinx/domains/changeset.py", line 85, in run
BUILDSTDERR: classes = ['versionmodified', versionlabel_classes[self.name]]
BUILDSTDERR: KeyError: 'versionremoved'
BUILD

[Bug 1687872] Review Request: python-sphinx-removed-in - versionremoved and removed-in directives for Sphinx

2019-03-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1687872

Miro Hrončok  changed:

   What|Removed |Added

 Blocks||1671167




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1671167
[Bug 1671167] pytest-4.3.0 is available
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org