commit python-typeshed for openSUSE:Factory
Hello community, here is the log from the commit of package python-typeshed for openSUSE:Factory checked in at 2019-12-29 15:49:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-typeshed (Old) and /work/SRC/openSUSE:Factory/.python-typeshed.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-typeshed" Sun Dec 29 15:49:25 2019 rev:5 rq:759722 version:0.0.1+git.20191227.21a9e696 Changes: -------- --- /work/SRC/openSUSE:Factory/python-typeshed/python-typeshed.changes 2019-07-21 11:35:10.308768127 +0200 +++ /work/SRC/openSUSE:Factory/.python-typeshed.new.6675/python-typeshed.changes 2019-12-29 15:49:29.143170439 +0100 @@ -1,0 +2,329 @@ +Fri Dec 27 17:26:40 UTC 2019 - mimi.vx@gmail.com + +- Update to version 0.0.1+git.20191227.21a9e696: + * Update shutil.unpack_archive for 3.7 and up (#3558) + * Add ast.unparse (#3557) + * Add antigravity module (#3555) + * Add __init__ to MappingView and its subclasses (#3528) + * Remove unused type _HTTPResponse (#3531) + * Fix RSAPublicNumbers stub (#3505) + * shutil: Fix rmtree type (#3536) + * Add typestubs for the warnings module (#3543) + * Add dbm stubs (#3508) + * functools: remove first type param of cached_property (#3553) + * Preserve original type in total_ordering annotation (#3552) + * Update stubs for Crypto.Random (#3546) + * Add undocumented methods and make types more specific in 2/unittest (#3550) + * add jinja macro fields (#3548) + * add a couple missing stubs and fix an incorrect return type for redis stubs (#3545) + * Add stubs for winsound module (#3535) + * Make sure that the context manager for sqlite3.Connection works (#3542) + * Add __enter__, __exit__ to IMAP4, make __init__ arguments optional (#3540) + * Add date.__radd__ and datetime.__radd__ (#3539) + +------------------------------------------------------------------- +Thu Dec 12 12:12:49 UTC 2019 - mimi.vx@gmail.com + +- 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) + * stream argument to pprint.pprint is Optional (#3488) + * fix incorrect param name in FileIO (#3484) + * Mostly undo #3372 (#3481) + * Py37 compileall add invalidation mode (#3476) + * annotated ZipInfo.from_file (#3478) + * Add default value to BaseContext.Pipe() (#3479) + * Mailbox stubs (#3427) + * Fix some issues in cryptography package (#3474) + * Add missing elements for multiprocessing.dummy (#3471) + * distutils.fancy_getopt short option is optional (#3469) + * Fix type of imp.find_module() (#3465) + * Add warnings.catch_warning type hints with Literal. (#3464) + * ast.Dict keys can be None (#3462) + * Add type hints for audioop module (#3428) + * Add sys.addaudithook() and audit() (#3455) + * Run CI tests against win32 and darwin platform (#3457) + * Fix errors discovered by running typeshed check on Windows (#3456) + * sys: add pycache_prefix (#3454) + * Fix type for os.terminal_size to Tuple (#3450) + * Change the return type of __reduce__ and __reduce_ex__ to Union[str, Tuple[Any, ...]] (#3453) + * New libs: Change permission requirement to notification (#3443) + * Add assorted werkzeug type hints (#3444) + * Use async syntax instead of @coroutine (#3441) + * Add functools.cached_property (#3439) + * Add more stubs to redis (pubsub and monitor) (#3442) + * Add the (deprecated) assertDictContainsSubset() to TestCase. (#3437) + * Add more stubs for cryptography (#3307) + * Remove certifi.old_where (#3436) + * Allow datetime() with a delta=timedelta() in assert(Not)AlmostEqual(s). (#3426) + * Fix signature of assertRaisesRegexp in unittest (#3434) + * add timespec arg to datetime.time.isoformat (#3432) + * Add `sock` attribute for http.client.HTTPConnection in Python 3. (#3429) + * asyncio: fix windows stubs (#3424) + * Fix some incorrect/incomplete annotations for redis.client.PubSub (#3408) + * Add importlib.metadata (Python >= 3.8) (#3346) + * Copyreg stubs (#3387) + * Add pytz.FixedOffset (#3393) + * Add missing Python 3.7 and 3.8 annotations (#3399) + * Add missing ZipFile constructor arguments (#3414) + * Add sort_keys param to all dump-like functions in PyYAML (yaml) lib (#3417) + * Clarify contributions are from people external to the project (#3421) + * exec, spawn: Allow bytes for environment keys and values. (#3419) + * Add missing expected_regex parameter to TestCase.assertRaisesRegexp(). (#3418) + * Allow None for click.core.Context.default_map (#3416) + * Fix signature of `multiprocessing.get_start_method` (#3415) + * Fix annotations with literal values (#3411) + * Update sre_parse module for Python 3.8 (#3412) + * __init__.pyi: Accept RSAPrivateKey or RSAPublicKey as the key (#3410) + * Add the `memoryview.release` method (#3405) + * Update stubs for tabulate (#3391) + * Add werkzeug.exceptions.FailedDependency (#3403) + * logging.handlers: Add BufferingHandler.buffer (#3402) + * Add sys._debugmallocstats (#3401) + * Added stub for urllib.proxy_bypass() (#3396) + * Change pprint depth type to Optional[int] (#3392) + * Convert namedtuples to class syntax (#3321) + * Adds `posonlyargs` property to `arguments` for python3.8+ (#3390) + * Require a more recent pytype version. (#3388) + * Add shlex.shlex.next in Python 2. (#3389) + * Add missing @property to Response.next() stub (#3384) + * Fix show_default type in click.option signatures (#3385) + * Revert __import__ function annotation to return type back to Any (#3383) + * Change select() stub to accept iterables, not just sequences (#3382) + * multiprocessing.pool: Fix return of map_async() (#3378) + * pymysql.Cursor is a context manager (#3379) + * Don't shadow ast.Tuple with typing.Tuple (#3376) + * Add PEP 593 (Annotated etc.) typing_extensions stubs (#3369) + * Make path separator based on OS separator (#3375) + * generate_tokens(readline) must return bytes (#3372) + * Add stubs for cgitb (#3368) + * Fix HTMLParser.handle_startendtag() attrs annotation (#3366) + * Reorder memoryview.__setitem__ overloads (#3365) + * Add public missing asyncio stubs for windows and proactor files (#3234) + * Add bdb stubs (#3354) + * protobuf: Fix inadvertently deleted annotations. (#3364) + * fixing https://github.com/python/typeshed/issues/3361 (#3362) + * Clean up multiprocessing + shared_memory (#3351) + * Annotations for remaining Python 3.8 additions (#3358) + * Annotate Python 3.8 removals (#3359) + * Remove unnecessary __all__ annotations (#3357) + * Remove raise statements from function bodies (#3355) + * Extract asyncio exceptions into a separate module (Python 3.8) (#3356) + * typing.pyi: Remove verbose and rename from NamedTuple (#3352) + * Add several Python 3.8 annotations (#3347) + * Update 'format' README section -- don't imply it is executable (#3350) + * Add missing exception to smtplib (#3348) + * Ensurepip stubs (#3349) + * find_loader() can return None (#3341) + * Change type for urllib headers from Mapping to email.message.Message (#3345) + * Fix argument type for logging.Formatter.formatTime (#3343) + * protobuf: Narrow type of Message.FromString. (#3340) + * Allow callables in _SourceObjectType (Python 2) (#3338) + * Add assorted annotations (#3335) + * Python3.8 additions and changes (#3337) + * Fix an argument to csv.DictReader() (#3339) + * protobuf: Tighten annotations for MergeFromString and ParseFromString. (#3333) + * Update the signature of decorator.decorator (#3336) + * message.pyi: Change HeaderType to Any (#2924) + * Revised stubs for geoip2 third party library (#3317) + * Mark some urllib.parse return fields optional (#3332) + * Remove unused # type: ignore comments (#3325) + * models.pyi: Add missing requests.Respons.next() (#3328) + * Make it explicit that the cryptography stubs are incomplete (#3331) + * Fix the signature of decorator.contextmanager (#3330) + * Make 2-arg iter() retrun type match passed callable's return type (#3326) + * Add missing Optional types in urllib.parse (#3263) + * protobuf: Add Message.FromString static method. (#3327) + * __init__.pyi: Add missing methods on pkg_resources.VersionConflict (#3318) + * Minor flake8 improvements (#3324) + * Remove a bunch of unused imports (#3323) + * Fix return type of werkzeug's ProxyFix (#3320) + * Add type stub for decorator lib (#3038) + * Add `data` to UserList class, fix UserDict.data type (#3316) + * imaplib.pyi: Add missing imaplib.IMAP4.enable() (#3314) + * imaplib.pyi: Add ssl_context parameter for Python >= 3.3 (#3310) + * add IncrementalNewlineDecoder constructor (#3311) + * IncrementalNewlineDecoder.decode accepts str (#3312) + * imaplib.pyi: Take strings as args instead of a list of strings (#3308) + * introduce __floor__ and __ceil__ for int in Python 3 (#3306) + * rrule.weekday(...) returns rrule.weekdays, not _common.weekdays. (#3274) + * Fix the signature of IOBase._checkClosed(). (#3305) + * Move cryptography from 2 to 2and3 (#3304) + * ssl: add VerifyFlags flags and VerifyMode enum (#3302) + * Updated maxminddb stubs to v1.5.0 (#3300) + * builtins.pyi: Use two type vars (#3291) + * cryptography: Return RSAPrivateKeyWithSerialization from generate_private_key. (#3296) + * Allow callables in _SourceObjectType (#3295) + * Remove some spurious version checks in logging (#3292) + * Use Any instead of object in the view types for __and__ and __sub__ (#3294) + * Add the mypyc_attr function to mypy_extensions (#3290) + * Add http.MISDIRECTED_REQUEST introduced in 3.7 (#3293) + * Enable --disallow-any-generics for stubs (#3288) + * Allow passing bytes and byte string to yaml load APIs. (#3287) + * Added stub for asyncore.socket_map, undocumented but useful (#3284) + * Added stub for http.server.BaseHTTPRequestHandler useful undocumented fields (#3285) + * Added stub for urllib.request.proxy_bypass() (#3283) + * Added ConfigParser.BOOLEAN_STATES # Undocumented (#3281) + * Fix third_party errors with --disallow-any-generics (#3278) + * Change last asyncio.gather() overload ret. to List (#3248) + * Modified __add__ method in tuple class (#3252) + * Simplify Travis-CI configuration (#3220) ++++ 132 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-typeshed/python-typeshed.changes ++++ and /work/SRC/openSUSE:Factory/.python-typeshed.new.6675/python-typeshed.changes Old: ---- typeshed-0.0.1+git.1562136779.4af283e1.tar.xz New: ---- typeshed-0.0.1+git.20191227.21a9e696.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-typeshed.spec ++++++ --- /var/tmp/diff_new_pack.hikIKS/_old 2019-12-29 15:49:31.035171303 +0100 +++ /var/tmp/diff_new_pack.hikIKS/_new 2019-12-29 15:49:31.075171321 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-typeshed # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define modname typeshed Name: python-typeshed -Version: 0.0.1+git.1562136779.4af283e1 +Version: 0.0.1+git.20191227.21a9e696 Release: 0 Summary: Static type information for python modules License: Apache-2.0 @@ -34,13 +34,13 @@ BuildRequires: python3-flake8 BuildRequires: python3-flake8-bugbear BuildRequires: python3-flake8-pyi +#BuildRequires: python3-pytype BuildRequires: python3-typed-ast Recommends: mypy Provides: python3-typeshed = %{version} Obsoletes: python3-typeshed < %{version} Provides: python2-typeshed = %{version} Obsoletes: python2-typeshed < %{version} -# BuildRequires: pytype>=2018.9.19 BuildArch: noarch %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hikIKS/_old 2019-12-29 15:49:31.459171496 +0100 +++ /var/tmp/diff_new_pack.hikIKS/_new 2019-12-29 15:49:31.479171505 +0100 @@ -1,10 +1,10 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="versionprefix">0.0.1+git</param> <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> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hikIKS/_old 2019-12-29 15:49:31.667171591 +0100 +++ /var/tmp/diff_new_pack.hikIKS/_new 2019-12-29 15:49:31.695171603 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/python/typeshed.git</param> - <param name="changesrevision">4af283e1aca6fc44a3b0d0b2e8a5d58f1f968cea</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">21a9e696122bafd17e25393296e3920ddb7ed96c</param></service></servicedata> \ No newline at end of file ++++++ typeshed-0.0.1+git.1562136779.4af283e1.tar.xz -> typeshed-0.0.1+git.20191227.21a9e696.tar.xz ++++++ ++++ 34479 lines of diff (skipped)
participants (1)
-
root