#2 Update to git snapshot 5fa80ec5 for Sphinx 2 compatibility
Merged 4 years ago by jjames. Opened 5 years ago by churchyard.
rpms/ churchyard/python-sphinxcontrib-bibtex sphinx2  into  master

file modified
+1
@@ -1,1 +1,2 @@ 

  /sphinxcontrib-bibtex-*.tar.gz

+ /5fa80ec59c24401db5aadc0f9954a9f2f265ceb9.tar.gz

@@ -1,9 +1,9 @@ 

  --- requirements.txt.orig	2018-12-08 11:30:14.633258651 -0700

  +++ requirements.txt	2018-12-08 11:30:51.118169972 -0700

  @@ -2,5 +2,5 @@ pybtex>=0.20

+  pybtex>=0.20

   pybtex-docutils>=0.2.0

-  six>=1.4.1

-  Sphinx>=1.6

+  Sphinx>=2.0

  -oset>=0.1.3

  +orderedset>=2.0

   

@@ -1,13 +1,13 @@ 

  %global srcname sphinxcontrib-bibtex

  

  Name:           python-%{srcname}

- Version:        0.4.2

- Release:        2%{?dist}

+ Version:        1.0.0~a0.20170423git5fa80ec5

+ Release:        1%{?dist}

  Summary:        Sphinx extension for BibTeX style citations

  

  License:        BSD

  URL:            https://github.com/mcmtroffaes/sphinxcontrib-bibtex

- Source0:        https://github.com/mcmtroffaes/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz

+ Source0:        %{url}/archive/5fa80ec59c24401db5aadc0f9954a9f2f265ceb9.tar.gz

  BuildArch:      noarch

  # Use orderedset instead of oset; the latter has a dead upstream

  Patch0:         %{name}-orderedset.patch
@@ -60,7 +60,7 @@ 

  Documentation for python-%{srcname}.

  

  %prep

- %autosetup -p0 -n %{srcname}-%{version}

+ %autosetup -p0 -n %{srcname}-5fa80ec59c24401db5aadc0f9954a9f2f265ceb9

  

  # Don't run the tinkerer integration test since Fedora doesn't have tinkerer

  rm -fr test/{test_issue1.py,issue1}
@@ -87,6 +87,9 @@ 

  %doc html/*

  

  %changelog

+ * Tue Apr 23 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.0~a0.20170423git5fa80ec5-1

+ - Update to git snapshot 5fa80ec5 for Sphinx 2 compatibility (#1698477)

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (sphinxcontrib-bibtex-0.4.2.tar.gz) = 174c9d10e68d57b6429f4840df2a0b6f8e450af4523a360ed1e5a33769765b65b1e1b2bfc61d8deb0867bbacfe77cb451263a3b40e347954ba3080f696473fa4

+ SHA512 (5fa80ec59c24401db5aadc0f9954a9f2f265ceb9.tar.gz) = bcc6e825b975444b5fa3f6c52c387f5fc13ca03478786fe100a67e1b3104bdda781fc9693e68e03e395d45aec49cb18903f2fffb2da1a968a30892ef57132124

rebased onto 4ac513e

5 years ago

rebased onto e181803

5 years ago

Pull-Request has been merged by jjames

4 years ago

Sorry, Miro. I have been overwhelmed with the sheer number of broken packages I have to deal with, and things like this keep slipping through the cracks. If there is anything else you are waiting for me to do, just keep prodding me until I do it.