<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/zope-component.git/src, branch master</title>
<subtitle>github.com: zopefoundation/zope.component.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/'/>
<entry>
<title>Config with pure python template (#71)</title>
<updated>2023-04-14T06:03:36+00:00</updated>
<author>
<name>Michael Howitz</name>
<email>mh@gocept.com</email>
</author>
<published>2023-04-14T06:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=1c6af940c08ca2fdb142916974a192ab6ff9ea7c'/>
<id>1c6af940c08ca2fdb142916974a192ab6ff9ea7c</id>
<content type='text'>
* Lint the code, improve coverage.
* Bumped version for breaking release.
* Drop support for Python 2.7, 3.5, 3.6.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Lint the code, improve coverage.
* Bumped version for breaking release.
* Drop support for Python 2.7, 3.5, 3.6.</pre>
</div>
</content>
</entry>
<entry>
<title>- use cheaper check as suggested by @teythoon</title>
<updated>2023-01-04T12:19:17+00:00</updated>
<author>
<name>Jens Vagelpohl</name>
<email>jens@plyp.com</email>
</author>
<published>2023-01-04T12:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=ba0550c4645c3e73f32f7cd77bbe3cc528f76ad6'/>
<id>ba0550c4645c3e73f32f7cd77bbe3cc528f76ad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update src/zope/component/tests/test_interface.py</title>
<updated>2023-01-03T07:23:25+00:00</updated>
<author>
<name>Jens Vagelpohl</name>
<email>jens@plyp.com</email>
</author>
<published>2023-01-03T07:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=2e8238d2502c85926510b4a550b19009eae92662'/>
<id>2e8238d2502c85926510b4a550b19009eae92662</id>
<content type='text'>
Co-authored-by: Marius Gedminas &lt;marius@gedmin.as&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Marius Gedminas &lt;marius@gedmin.as&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix crash when the environment variable `PYTHONOPTIMIZED` is set to `2`</title>
<updated>2023-01-02T19:18:33+00:00</updated>
<author>
<name>Jens Vagelpohl</name>
<email>jens@plyp.com</email>
</author>
<published>2023-01-02T19:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=761b186921b024b91273b15e0f6a3ac1f85656bf'/>
<id>761b186921b024b91273b15e0f6a3ac1f85656bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unregistering utilities on old persistent adapter registries.</title>
<updated>2021-07-09T10:35:27+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2021-07-09T10:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=ed6d9b02736348aa2a683d2d7c1b91742684bf11'/>
<id>ed6d9b02736348aa2a683d2d7c1b91742684bf11</id>
<content type='text'>
If the particular leaf hadn't been migrated yet this would raise TypeError.

Fixes #62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the particular leaf hadn't been migrated yet this would raise TypeError.

Fixes #62
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix provideInterface et al to use the current site manager.</title>
<updated>2021-03-18T18:40:26+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2021-03-18T18:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=7a1d3c575104608d4081553b216e95e3797bbbb2'/>
<id>7a1d3c575104608d4081553b216e95e3797bbbb2</id>
<content type='text'>
instead of always the global site manager.

Fixes #10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of always the global site manager.

Fixes #10
</pre>
</div>
</content>
</entry>
<entry>
<title>Make PersistentAdapterRegistry use PersistentMapping/PersistentList with zope.interface 5.3+</title>
<updated>2021-03-18T17:22:08+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2021-03-16T19:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=d73800c8f19864daf97951cd9a8b7f28c5aabfeb'/>
<id>d73800c8f19864daf97951cd9a8b7f28c5aabfeb</id>
<content type='text'>
Fixes #51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #51
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #58 from zopefoundation/issue9</title>
<updated>2021-03-18T17:20:03+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2021-03-18T17:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=7e868363ded67a31bb930da7bf3fb7ea45832d19'/>
<id>7e868363ded67a31bb930da7bf3fb7ea45832d19</id>
<content type='text'>
Fix the subscriber directive when a factory is given that implements an interface and no provides= attribute is specified.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the subscriber directive when a factory is given that implements an interface and no provides= attribute is specified.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove backwards compatibility imports.</title>
<updated>2021-03-18T13:37:37+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2021-03-18T13:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=968ccad5f7e0c5417fb3908cf431e17da3beac50'/>
<id>968ccad5f7e0c5417fb3908cf431e17da3beac50</id>
<content type='text'>
Fixes #59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #59
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the subscriber directive when a factory is given that implements an interface and no provides= attribute is specified.</title>
<updated>2021-03-18T13:18:11+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2021-03-18T13:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-component.git/commit/?id=f81a7f8448225f45bad51ed8aa52b0f27640d625'/>
<id>f81a7f8448225f45bad51ed8aa52b0f27640d625</id>
<content type='text'>
fixes #9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #9
</pre>
</div>
</content>
</entry>
</feed>
