17
0
Files
python-typeshed/_service
Ondřej Súkup 8853a70ce9 - Update to version 0.0.1+git.20191209.a06abc5d:
* Make fieldnames of csv.DictReader Optional (#3534)
  * Update orjson stub from orjson repository(#3532)
  * Update stub for socket module (#3451)
  * Use Literal to improve SpooledTemporaryFile (#3526)
  * random: fix type for sample (#3525)
  * add raw property to BufferedIOBase (#3483)
  * Minor fixes to cryptography (x509) (#3520)
  * Simplify `WatchedFileHandler.__init__` (#3506)
  * Improve warnings stubs (#3501)
  * padding can take an int or an object (PSS.MAX_LENGTH) (#3521)
  * __future__: add _Feature.compiler_flag (#3522)
  * A few return annotations for redis client (#3517)
  * SMTPChannel.push() accepts str (#3516)
  * Optional initial-value parameter for itertools.accumulate() (#3503)
  * In python versions 3.7 and above, re-export Pattern and Match (#3510)
  * builtins.print: make sep and end Optional (#3468) (#3511)
  * Add ImportError constructor arguments (#3512)
  * Fix the signature of unittest.TestCase.assertLogs #3513 (#3514)
  * asyncio/future.pyi - wrap_future loop keyword arg (#3507)
  * Change return type of Message.get_payload() to Any (#3504)
  * Modulefinder stubs (#3497)
  * Type socketserver's RequestHandlerClass as a callable. (#3422)
  * add no_type_check_decorator stub for #2884 (#3460)
  * Add mailcap module (#3482)
  * mailbox: Fix signature of Mailbox.update method (#3493)
  * Refactor warnings.catch_warning to be a class. (#3499)
  * Fix type hints in Template class (#3491)
  * mailbox: Couple small fixes (#3490)
  * timeout argument to urllib.request.urlopen is Optional (#3487)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typeshed?expand=0&rev=10
2019-12-12 12:33:18 +00:00

15 lines
513 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/python/typeshed.git</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">0.0.1+git.%cd.%h</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>