1
0
Fork 0

Patch update with line endings

This commit is contained in:
Horea Christian 2019-02-25 05:01:37 +01:00
parent 6f1b5f8ab2
commit cd4980f4ea
2 changed files with 16 additions and 18 deletions

View File

@ -1,4 +1,2 @@
AUX pypubsub-3.3.0-imports.patch 397 BLAKE2B 11cb8b8a8e79193a4b84c1559b41d8d89b407ed3848e2f89e68f63ac8c45aaafef24eab321062d0eada760e5e317c6fec957ae7fc8ad575ae8bd59d0070e4577 SHA512 bf6c674eee0c5bb0ab18c2d2c31029bab9e7f542c0df486805909bffe1bb371d80bf407b51b8afe9c8ef282dbdbae5ecbc776740c586748185d124a8407cd7b0
DIST pypubsub-3.3.0.zip 87972 BLAKE2B d6c759fa5e963872a9ed368f2fe3955dbce90d212c92ca6d3623a3afa2ad3802a5980024f1753206c22ed1bb592735e368a2204e5785750ca26f603a08ae4911 SHA512 2720a4b8f779d53afed3b1e4d3703dfc1e3491f4ffabd479e378cfca18d976af6e135a446cf0511dc5da456d5b28144b14b670c1f8c51baa7c28f5e8b51223ef
EBUILD pypubsub-3.3.0.ebuild 2396 BLAKE2B 336e45a6c4ae90376aedefecfc82df8f2db737c11676e34cf6a4caac3d10df86aeaa53f5c0e286c2a37227cc13096058e1e8ec1eaac6c38598324691b5da7245 SHA512 749fb51d59f82ebf695b62d7a564c8c861f49308f9fb69b7ec5f2f189f0ac1fc6921f80135979e8074310027ef3c0a963e8363f820936407e91d6614fceacf1f
MISC metadata.xml 655 BLAKE2B e43c6f3c232be474cd579a5277566aa925dbe2ded7239462b8e28de71aabb8e4b543593f5b9ef67c617aa3f7545fc1ba184330a53adea52df548e28cb6cfd37b SHA512 1880788a55ff8dfa824edb261ac1d53fb90512d0c0b865549f3f86b96e96209ff9c4fa5c00c0dbeb82812b933ef3ecbd40474a65662a6b9ceb59b62f062934b4
DIST pypubsub-3.3.0.zip 87972 SHA256 05e301917a8489f4fdf71bf5a717526a44c4f908e93809df366accec2886a84b SHA512 2720a4b8f779d53afed3b1e4d3703dfc1e3491f4ffabd479e378cfca18d976af6e135a446cf0511dc5da456d5b28144b14b670c1f8c51baa7c28f5e8b51223ef WHIRLPOOL 93e9fae8d068a031c0db10bcc841e5b98b2a3337769d290620e938e7bbad8a74ef9e8433dd0851c1ee055a85dcc1b5655a9b7c4efcddda1ea92e0cd5248658bc
DIST pypubsub-3.4.0.tar.gz 178268 SHA256 c52d793f6b89b1cd748aa82ac1e1c2014c4fcb78f54903e72853648661b9f564 SHA512 0017fcd32befdb946e85d41d5b2480306b75f0e70acde2dfe38dd8671e09c2b03240de4de3eb7cd5c160e03348ae6c8269263ea483112fbafdbacb8e39c7de5f WHIRLPOOL 44fa8877dacb7d232fa505671582392b624752595cc725cbd1ba24f02e312afd35fa1ddd53eb7117c23c1effc822a07e3db145f6aab70b53b3ede88df30f2990

View File

@ -1,15 +1,15 @@
--- a/src/pubsub/core/topicdefnprovider.py 2018-10-06 03:47:21.100705832 +0200
+++ b/src/pubsub/core/topicdefnprovider.py 2018-10-06 03:48:55.158820283 +0200
--- a/src/pubsub/core/topicdefnprovider.py 2013-11-17 12:42:54.000000000 -0600
+++ b/src/pubsub/core/topicdefnprovider.py 2019-02-06 17:15:06.138101941 -0600
@@ -7,10 +7,8 @@
import os, re, inspect
from textwrap import TextWrapper, dedent
-from .. import (
- policies,
- py2and3
-)
+import policies, py2and3
+
from .topicargspec import (
topicArgsFromCallable,
ArgSpecGiven
import os, re, inspect
from textwrap import TextWrapper, dedent
-from .. import (
- policies,
- py2and3
-)
+import policies, py2and3
+
from .topicargspec import (
topicArgsFromCallable,
ArgSpecGiven