#21 README.rst: Fix list markup in contributors (#446)
Closed 2 years ago by jpopelka. Opened 2 years ago by packit.
rpms/ packit/python-httpretty 1.1.4-rawhide-src-2  into  rawhide

@@ -0,0 +1,22 @@ 

+ From b6b3f5335a13ea2b7e873bcebdf5190f63eeb994 Mon Sep 17 00:00:00 2001

+ From: Aurelio Jargas <verde@aurelio.net>

+ Date: Fri, 5 Nov 2021 15:27:35 +0100

+ Subject: [PATCH 4/4] README.rst: Fix list markup in contributors (#446)

+ 

+ ---

+  README.rst | 2 +-

+  1 file changed, 1 insertion(+), 1 deletion(-)

+ 

+ diff --git a/README.rst b/README.rst

+ index c88556c..e53007b 100644

+ --- a/README.rst

+ +++ b/README.rst

+ @@ -160,4 +160,4 @@ but some folks made remarkable contributions and deserve extra credit:

+  -  Matt Luongo ~> `@mhluongo <https://github.com/mhluongo>`_

+  -  Steve Pulec ~> `@spulec <https://github.com/spulec>`_

+  -  Miro Hrončok ~> `@hroncok <https://github.com/hroncok>`_

+ -   Mario Jonke ~> `@mariojonke <https://github.com/mariojonke>`_

+ +-  Mario Jonke ~> `@mariojonke <https://github.com/mariojonke>`_

+ -- 

+ 2.34.1

+ 

file modified
+22 -2
@@ -20,8 +20,8 @@ 

  # Alternative for building from a github snapshot

  #Source0:        https://github.com/%%{github_owner}/%%{github_name}/archive/%%{github_commit}/%%{github_name}-%%{shortcommit}.tar.gz

  

- # Avoid unnecessary remote access requirement (note: test only actually

- # does a remote connection after PR #313)

+ # [PATCH 1/4] Apply patch

+ #  python-httpretty-fakesock_getpeercert_noconnect.patch

  Patch1: python-httpretty-fakesock_getpeercert_noconnect.patch

  

  # Remote access (these tests were skipped upstream in <= 0.9.7)
@@ -32,6 +32,26 @@ 

  # Fixes RHBZ#2046877

  Patch3: test_response-no-within.patch

  

+ # README.rst: Fix list markup in contributors (#446)

+ #

+ # ---

+ #  README.rst | 2 +-

+ #  1 file changed, 1 insertion(+), 1 deletion(-)

+ #

+ # diff --git a/README.rst b/README.rst

+ # index c88556c..e53007b 100644

+ # --- a/README.rst

+ # +++ b/README.rst

+ # @@ -160,4 +160,4 @@ but some folks made remarkable contributions and deserve extra credit:

+ #  -  Matt Luongo ~> `@mhluongo <https://github.com/mhluongo>`_

+ #  -  Steve Pulec ~> `@spulec <https://github.com/spulec>`_

+ #  -  Miro Hron��ok ~> `@hroncok <https://github.com/hroncok>`_

+ # -   Mario Jonke ~> `@mariojonke <https://github.com/mariojonke>`_

+ # +-  Mario Jonke ~> `@mariojonke <https://github.com/mariojonke>`_

+ # --

+ # 2.34.1

+ Patch4: 0004-README.rst-Fix-list-markup-in-contributors-446.patch

+ 

  BuildArch:      noarch

  

  %global _description\


Info for package maintainer

This MR has been automatically created from
this source-git MR.
Please review the contribution and once you are comfortable with the content,
you should trigger a CI pipeline run via Pipelines → Run pipeline.

Pull-Request has been closed by jpopelka

2 years ago