Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2017-08-14 12:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Mon Aug 14 12:38:18 2017 rev:32 rq:516162 version:1.11.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2017-07-30 11:20:00.327816595 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2017-08-14 12:38:33.792275694 +0200
@@ -1,0 +2,257 @@
+Thu Aug 10 12:51:56 UTC 2017 - tbecht...@suse.com
+
+- update to version 1.11.4:
+  * Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.
+  * Fixed #27956 -- Fixed display of errors in an {% extends %} child.
+  * Updated various links in docs to avoid redirects
+  * Fixed typo in docs/topics/auth/default.txt.
+  * Double quoted HTML attributes in widget docs
+  * Fixed #28303 -- Prevented localization of attribute values in the DTL 
attrs.html widget template.
+  * Added stub release notes for 1.11.3.
+  * Documented OSMWidget.default_lat/lon.
+  * Fixed #28101 -- Fixed a regression with nested __in subquery lookups and 
to_field.
+  * Bumped version for 1.11.4 release.
+  * Bumped version for 1.11.3 release.
+  * Updated translations from Transifex
+  * Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
+  * Fixed #28242 -- Moved ImageField file extension validation to the form 
field.
+  * Made docs/topics/migrations.txt use single quotes consistently.
+  * Fixed #28355 -- Fixed widget rendering of non-ASCII date/time formats on 
Python 2.
+  * Updated name of topics/db/queries link on index.
+  * Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
+  * Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model 
state.
+  * Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth 
backends don't accept a request.
+  * Fixed #28361 -- Fixed possible time-related failure in 
was_published_recently() tutorial test.
+  * Fixed #28265 -- Prevented renderer warning on Widget.render() with 
**kwargs.
+  * Fixed typo in docs/topics/testing/advanced.txt.
+  * Fixed #28125 -- Clarified 1.11 release note about Template.render() 
prohibiting non-dict context.
+  * Refs #18974 -- Added stacklevel for permalink() deprecation.
+  * Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with 
nonexistent field.
+  * Fixed #28051 -- Made migrations respect Index's name argument.
+  * Fixed #28420 -- Doc'd 'is' comparison restriction for 
User.is_authenticated/anonymous.
+  * Added release date for 1.11.4.
+  * Refs #28174 -- Fixed autoreload test crash on Python 2/non-ASCII path.
+  * Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrapped 
object doesn't have __reduce__().
+  * Fixed #28148 -- Doc'd ImageField name validation concerns with the test 
client.
+  * Added stub release notes for 1.11.2.
+  * Fixed #27890 -- Fixed FileNotFoundError cleanup exception in runtests.py 
on Python 3.6+.
+  * Fixed #28138 -- Used output type handler instead of numbersAsStrings on 
Oracle cursor.
+  * Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt.
+  * Fixed #27947 -- Doc'd that model Field.error_messages often don't 
propagate to forms.
+  * Fixed #28067 -- Clarified __str__() return type when using 
python_2_unicode_compatible().
+  * Fixed docstring typo in django/contrib/admin/actions.py.
+  * Fixed #28102 -- Doc'd how to compute path to built-in widget template 
directories.
+  * Fixed #28352 -- Corrected QuerySet.values_list() return type in docs 
examples.
+  * Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
+  * Refs #23853 -- Updated sql.query.Query.join() docstring.
+  * Added a test for Model._meta._property_names.
+  * Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
+  * Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator 
accept.
+  * Fixed #28074 -- Doc'd template-based widget rendering changes for 
contrib.gis.
+  * Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
+  * Added content_type filtering in Permission querying example.
+  * Corrected FileExtensionValidator doc regarding the value being validated.
+  * Fixed #27960 -- Set errcheck=False for GDALAllRegister to prevent crash.
+  * Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
+  * Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for 
fields with choices.
+  * Post-release version bump.
+  * Fixed #28298 -- Prevented a primary key alteration from adding a foreign 
key constraint if db_constraint=False.
+  * Refs #28192 -- Fixed documentation of ChoiceField choices requirement
+  * Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
+  * Linked GIS QuerySet API docs to corresponding PostGIS docs.
+  * Fixed #27974 -- Kept resolved templates constant during one rendering 
cycle.
+  * Refs #28100 -- Fixed URL in el, es_MX, and pt auth translations
+  * Fixed typo in docs/ref/request-response.txt.
+  * Fixed #27963 -- Removed unneeded docstring example in contributing docs.
+  * Added stub release notes for security releases.
+  * Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
+  * Fixed typo in docs/ref/forms/fields.txt.
+  * Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in 
views.static.serve().
+  * Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS 
mount.
+  * Fixed broken links to Oracle docs.
+  * Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in 
nested Prefetches.
+  * Added links and cosmetic edits to docs/ref/request-response.txt.
+  * Added stub release notes for 1.11.1.
+  * Fixed #28079 -- Restored "No POST data" (rather than an empty table) in 
HTML debug page.
+  * Removed incorrect "required" attribute in docs/ref/forms/fields.txt.
+  * Fixed #28176 -- Restored the uncasted option value in ChoiceWidget 
template context.
+  * Refs #24423 -- Readded inadvertently deleted i18n tests.
+  * Fixed #27965 -- Fixed precision comparison in a geoforms test (refs 
#27939).
+  * Corrected post-release version bump.
+  * Made runtests.py run gis_tests only when using a GIS database backend.
+  * Fixed #28230 -- Allowed DjangoJsonEncoder to serialize CallableBool.
+  * Fixed broken link to QUnit docs.
+  * Removed MySQL (unsupported) from Perimeter docs.
+  * Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
+  * Fixed #28139 -- Added another level of headings in the topics index.
+  * Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks 
like.
+  * Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
+  * Updated man page for Django 1.11.
+  * Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
+  * Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
+  * Fixed #28122 -- Fixed crash when overriding 
views.static.directory_index()'s template.
+  * Fixed AppRegistryNotReady error when running gis_tests in isolation on 
PostGIS.
+  * Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
+  * Fixed #28040 -- Updated SplitArrayWidget to use template-based widget 
rendering.
+  * Fixed #28269 -- Fixed Model.__init__() crash on models with a field that 
has an instance only descriptor.
+  * Tested EmailMessage(attachments=[MIMEText])
+  * Clarified return value of NumGeometries GIS function.
+  * Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default 
database isn't PostgreSQL.
+  * Fixed #28058 -- Restored empty BoundFields evaluating to True.
+  * Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.
+  * Added CVE-2017-7233,4 to the security release archive.
+  * Fixed #28204 -- Fixed MultipleObjectMixin.paginate_queryset() crash on 
Python 2 if InvalidPage message contains non-ASCII.
+  * Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
+  * Fixed #28293 -- Fixed union(), intersection(), and difference() when 
combining with an EmptyQuerySet.
+  * Fixed #28222 -- Allowed settable properties in 
QuerySet.update_or_create()/get_or_create() defaults.
+  * Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.
+  * Fixed nondeterministic ordering test failure in model_forms.
+  * Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
+  * Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
+  * Made a few cosmetic updates to "Migrations that add unique fields".
+  * Bumped version for 1.11 release.
+  * Fixed #28004 -- Doc'd how to create migrations for an app without a 
migrations directory.
+  * Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid 
input.
+  * Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.
+  * Pass type to sql_alter_column_* where it was missing.
+  * Fixed #27866 -- Made ChoiceWidget.format_value() return a list
+  * Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667).
+  * Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal 
isn't installed.
+  * Fixed #28284 -- Prevented Paginator's unordered object list warning from 
evaluating a QuerySet.
+  * Fixed #28209 -- Made date-based generic views return a 404 rather than 
crash when given an out of range date.
+  * Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
+  * Corrected docs regarding MySQL support of Length GIS function.
+  * Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign 
key's parent model as the lookup value.
+  * Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least 
and Greatest.
+  * Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the 
credentials.
+  * Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().
+  * Added test for intersection() when combining with a queryset raising 
EmptyResultSet.
+  * Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
+  * Removed extra characters in docs header underlines.
+  * Fixed GEOSGeometry reference in GIS tutorial.
+  * Refs #28066 -- Fixed Python 2 failures in sessions_tests.
+  * Removed obsolete Widget.format_output() in tests.
+  * Fixed #28059 -- Restored class attribute in <ul> of widgets that use 
multiple_input.html.
+  * Fixed typo in docs/ref/contrib/postgres/fields.txt.
+  * Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests on 
Python 3.6.
+  * Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs 
#20537).
+  * Removed unexpected initial attribute in data migration examples.
+  * Renamed "Mac OS X" to "macOS" in docs.
+  * Sorted imports per isort 4.2.9.
+  * Refs #28138 -- Added release notes for 
d52577b62b3138674807ac74251fab7faed48331.
+  * Back to the future.
+  * Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
+  * Refs #27866 -- Adapted backport for Python 2 compatibility
+  * Removed unused links in docs/internals/contributing/triaging-tickets.txt.
+  * Clarified QuerySet.iterator()'s docs on server-side cursors.
+  * Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
+  * Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of 
MultiWidget.
+  * Corrected REPL example in forms docs for Python 3.
+  * Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
+  * Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
+  * Fixed #28282 -- Fixed class-based indexes name for models that only 
inherit Model.
+  * Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
+  * Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a 
proxy model.
+  * Fixed #28062 -- Added a setting to disable server-side cursors on 
PostgreSQL.
+  * Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when 
overriding existing attrs.
+  * Refs #28160 -- Skipped a GeoManager test if not using a GIS database 
backend.
+  * Fixed #28157 -- Fixed choice ordering in form fields with grouped and 
non-grouped options.
+  * Fixed #28095 -- Doc'd Widget.build_attrs() signature change in Django 1.11.
+  * Fixed a forms test after updated translations.
+  * Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.
+  * Simplified schema.tests with 
assertForeignKeyExists()/assertForeignKeyNotExists().
+  * Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
+  * Fixed #28378 -- Fixed union() and difference() when combining with a 
queryset raising EmptyResultSet.
+  * Refs #28052 -- Cleaned up some indexes in schema tests.
+  * Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a 
OneToOneField pk.
+  * Added release date for 1.11.1.
+  * Fixed #28327 -- Removed contradictory description of mod_wsgi docs.
+  * Clarified "newly-introduced features" in the supported versions policy.
+  * Fixed docs build with Sphinx 1.6.
+  * Fixed #28239 -- Removed docs for a removed arg of template.Context.
+  * Bumped version for 1.11.2 release.
+  * Refs #28066 -- Fixed nondeterministic ordering test failure in 
sessions_tests.
+  * Updated postgis.net and gaia-gis.it links to https.
+  * Fixed typos in docs/topic/db/search.txt.
+  * Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 on 
Windows with non-str environment variables.
+  * Fixed typos in docs/howto/static-files/index.txt.
+  * Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.
+  * Fixed #27967 -- Fixed KeyError in admin's inline form with inherited 
non-editable pk.
+  * Fixed db backend discovery in admin_scripts tests.
+  * Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.
+  * Fixed #26028 -- Added overriding templates howto.
+  * Updated was_published_recently() tutorial test to check boundary condition.
+  * Fix a typo in django/db/transaction.py
+  * Fixed #28109 -- Corrected the stack level of unordered queryset pagination 
warnings.
+  * Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.
+  * Refs #22397 -- Removed model in test cleanup
+  * Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to 
False.
+  * Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting 
AutoField.
+  * Updated core translations from Transifex
+  * Fixed #28166 -- Fixed Model._state.db on MTI parent model after saving 
child model.
+  * Added missing import in docs/topics/db/queries.txt.
+  * Refs #27919 -- Passed ChoiceWidget.create_option() kwargs as expected.
+  * Fixed #28229 -- Fixed the value of LoginView's "next" template variable.
+  * Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
+  * Added release date for 1.11.2.
+  * Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
++++ 60 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-Django/python-Django.changes
++++ and /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes

Old:
----
  Django-1.10.7.tar.gz
  Django-1.10.7.tar.gz.asc

New:
----
  Django-1.11.4.tar.gz
  Django-1.11.4.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.JwRssi/_old  2017-08-14 12:38:35.152084742 +0200
+++ /var/tmp/diff_new_pack.JwRssi/_new  2017-08-14 12:38:35.156084180 +0200
@@ -19,23 +19,25 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-Django
-Version:        1.10.7
+Version:        1.11.4
 Release:        0
 Summary:        A high-level Python Web framework
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://www.djangoproject.com
-Source:         
https://www.djangoproject.com/m/releases/1.10/Django-%{version}.tar.gz
+Source:         
https://www.djangoproject.com/m/releases/1.11/Django-%{version}.tar.gz
 Source1:        
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 Source99:       python-Django-rpmlintrc
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-Pillow
+Requires:       python-pytz
 Requires:       python-setuptools
 Requires:       python-xml
+Recommends:     python-bcrypt
 %ifpython2
 Obsoletes:      %{oldpython}-django < %{version}
 Provides:       %{oldpython}-django = %{version}
@@ -82,10 +84,10 @@
 sed -i "s|#!/usr/bin/env python|#!%__$python|" 
django/conf/project_template/manage.py-tpl
 %fdupes .
 # Deduplicating files can generate a RPMLINT warning for pyc mtime
-$python -m compileall -d %{$python_sitelib} django/bin/django-admin.py
-$python -O -m compileall -d %{$python_sitelib} django/bin/django-admin.py
-$python -m compileall -d %{$python_sitelib} 
django/conf/project_template/manage.py-tpl
-$python -O -m compileall -d %{$python_sitelib} 
django/conf/project_template/manage.py-tpl
+$python -m compileall -d %{$python_sitelib} django/bin/
+$python -O -m compileall -d %{$python_sitelib} django/bin/
+$python -m compileall -d %{$python_sitelib} django/conf/project_template/
+$python -O -m compileall -d %{$python_sitelib} django/conf/project_template/
 $python -m compileall -d %{$python_sitelib} django/conf/locale/
 $python -O -m compileall -d %{$python_sitelib} django/conf/locale/
 $python -m compileall -d %{$python_sitelib} django/conf/locale/ru/

++++++ Django-1.10.7.tar.gz -> Django-1.11.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Django/Django-1.10.7.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new/Django-1.11.4.tar.gz differ: char 
5, line 1

++++++ Django-1.10.7.tar.gz.asc -> Django-1.11.4.tar.gz.asc ++++++
--- /work/SRC/openSUSE:Factory/python-Django/Django-1.10.7.tar.gz.asc   
2017-04-19 18:07:26.646542937 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/Django-1.11.4.tar.gz.asc      
2017-08-14 12:38:32.876404306 +0200
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 1.10.7, released April 4, 2017.
+tarball and wheel files of Django 1.11.4, released August 1, 2017.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
@@ -24,40 +24,40 @@
 Release packages:
 =================
 
-https://www.djangoproject.com/m/releases/1.10/Django-1.10.7.tar.gz
-https://www.djangoproject.com/m/releases/1.10/Django-1.10.7-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.11/Django-1.11.4-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.11/Django-1.11.4.tar.gz
 
 MD5 checksums
 =============
 
-693dfeabad62c561cb205900d32c2a98  Django-1.10.7.tar.gz
-ed23475695d32c176e12b6e2a1fbe1aa  Django-1.10.7-py2.py3-none-any.whl
+71cf96f790b1e729c8c1a95304971341  Django-1.11.4-py2.py3-none-any.whl
+c851d892cd5ad3a90808703c4f36e3fe  Django-1.11.4.tar.gz
 
 SHA1 checksums
 ==============
 
-5edd13a642460c33cdaf8e8166eccf6b2a2555df  Django-1.10.7.tar.gz
-bafd7244a56c8e7bc75c80b7e561abde68a2aafa  Django-1.10.7-py2.py3-none-any.whl
+fdd097a7bd8dc9bb065caedf3badd1d31ed3efcb  Django-1.11.4-py2.py3-none-any.whl
+2fd515ec779ab9bced0f96d92a22de9b726beadf  Django-1.11.4.tar.gz
 
 SHA256 checksums
 ================
 
-593d779dbc2350a245c4f76d26bdcad58a39895e87304fe6d725bbdf84b5b0b8  
Django-1.10.7.tar.gz
-e68fd450154ad7ee2c88472bb812350490232462adc6e3c6bcb544abe5212134  
Django-1.10.7-py2.py3-none-any.whl
+6fd30e05dc9af265f7d7d10cfb0efa013e6236db0853c9f47c74c585587c5a57  
Django-1.11.4-py2.py3-none-any.whl
+abe86e67dda9897a1536a727ed57dbefb5a42b41943be3b116fe3edab4c07bb2  
Django-1.11.4.tar.gz
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
-iQIcBAEBCAAGBQJY46vLAAoJEB6Kvcdz7eJSvcYQAJbqui65N0hkOFrYeolSuBTP
-TkE3TTEmx6MhDzr/lHmAZIjxiuZslyjCsvrPPDYHZJrG/rblPeqVzvihmdlGUj5F
-sWDnkMrQ+suPn2/MGiu+xDpTesuAb/zPnzTV3ej3hV9go/87+INvYqzBNICDA4N4
-oWULHTDqclipMXsdivXFcVZtCyeOVXzgBswkb0AgBM5BshMzFG2OmO4+r66FFEcd
-oFDrBqGomQsX+GJPqRLgPA/HTFI0cGT+pgdAxSkwqxZPnvKC9pprmi2MmSkk2u8a
-GadbVHmk2tjr5PrQxFKd3fjT34NikaTtrIlux1nrSQClRnmr48A6GgsEveH00G9q
-1Uh5ATAqpQ3PgnBSNsPGXWER+wZmJZeddimkHVB/Yu2bUv+SnSEBrcUhAXmOB+po
-H+HwLkH3FVenkma/ZbeM6FMcQS7Ffi1uIjwx9os8CcmDF/jeCWSFzu2ckESoNV5z
-O4gypREGxa7mC1CD0p3GsrTOy+004Vn0l2U9nSnVOUU4556rJ4KebZnx3aUt9Its
-7ddM/BJYqW66CQ17VtJrLxrhBJBz0InWHB6c7ggu4X8xqYzw+yLR50MRkP73d3ie
-L+AWhmhlCiVgyK1xQOnQXyk4GFmmjNFG6qvkDC9PXBlJj6tkzqEntkwx06Oz6Km/
-dQ7rzB9hIjvjt6hOeIKP
-=t9UI
+iQIcBAEBCAAGBQJZgHIpAAoJEB6Kvcdz7eJSjIwP/1L0rFeilByW9gTv4tXJHQbM
+t+KGd6lfrNGzWOJDORAGbyBj7kO+jzeeLmH2ibqCq+wwIfvyeGDmkToEfK2O2V3g
+WXF1CTku1D6MvMAd+s94JzvlBKa4NxZrvZpP7rRem+PjjUyNH9RC0l0dffsH10sp
+A+5xeAv6nShdlOg7dcbE8iroiKoqqKezO4xkvpr1vAg9IaxZo4tdIfg5ZqOkdvI+
+Fy1iEoVYmeATgIvpDCzjcdxQZ1nlta88HRXqvr0TWsQT3bFNM8bm6C1CIoLHLXKQ
+THT7Gi3SAc5JUVijqwzScsXLMMb95EKYutXIn+p7hH2840zQ63V6hQV8T2GG6SMp
+usLz+h+TUxWOffS3Rt30Y3+Ofii6wC/cnYBY4WwuR9JqRIdWfPKJJ85mZBS3Mqy0
+DIvWrtAOWcQW25JDV5UWJmrgasg0xXvGOYblOnFAYdJ2VPJBr+N6YDond2xZ0MR5
+Wq8Y0NALeQAHndQaUSdMDPJyhw+bhW/bQgSbSWTGEyJcJxpywd7BtNrf5xBP1LWo
+l+2YnyEW25uOhR7UgpAgLjxTDaZUfFuUnWkGUd8xmxGxMPU+gTVMYFEkWweEFGZx
+jyaxb1QGypYmrJ5dFNbj98CP3r0aUzKRSHVazXinTOsh/jnhkrD/2tbkQpTn3wIf
+RspXvTG/kZn9uuHh5vdt
+=saI9
 -----END PGP SIGNATURE-----



Reply via email to