<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/filebrowser_safe, branch origin/python-codeownership</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-codeownership</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-codeownership'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2022-01-06T09:25:09Z</updated>
<entry>
<title>python3Packages.filebrowser_safe: update meta</title>
<updated>2022-01-06T09:25:09Z</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2022-01-06T09:25:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9c2683eb75b8354bfb5ecf107c23598e7edf410b'/>
<id>urn:sha1:9c2683eb75b8354bfb5ecf107c23598e7edf410b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python38Packages.filebrowser_safe: 1.1.0 -&gt; 1.1.1</title>
<updated>2022-01-06T01:01:38Z</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2022-01-06T01:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=6b9f31d4ab9667f348220fc6732ab205fa69bf42'/>
<id>urn:sha1:6b9f31d4ab9667f348220fc6732ab205fa69bf42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python38Packages.filebrowser_safe: 1.0.0 -&gt; 1.1.0</title>
<updated>2021-12-30T23:18:52Z</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2021-12-30T19:50:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a4911428490c8d079e60ad47870f06e48b0170a2'/>
<id>urn:sha1:a4911428490c8d079e60ad47870f06e48b0170a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python38Packages.filebrowser_safe: 0.5.0 -&gt; 1.0.0</title>
<updated>2021-12-06T06:40:07Z</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2021-12-06T01:46:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7065e15790f0ba1e7c124fe0bee7a158f5058402'/>
<id>urn:sha1:7065e15790f0ba1e7c124fe0bee7a158f5058402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove stdenv where not needed</title>
<updated>2021-01-25T17:31:47Z</updated>
<author>
<name>Pavol Rusnak</name>
<email>pavol@rusnak.io</email>
</author>
<published>2021-01-25T08:26:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a6ce00c50c36624fec06b2b756a766d4d0f4a888'/>
<id>urn:sha1:a6ce00c50c36624fec06b2b756a766d4d0f4a888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: with stdenv.lib; in meta -&gt; with lib;</title>
<updated>2021-01-11T09:38:22Z</updated>
<author>
<name>Profpatsch</name>
<email>mail@profpatsch.de</email>
</author>
<published>2021-01-11T07:54:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4a7f99d55d299453a9c2397f90b33d1120669775'/>
<id>urn:sha1:4a7f99d55d299453a9c2397f90b33d1120669775</id>
<content type='text'>
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
</content>
</entry>
<entry>
<title>treewide: Per RFC45, remove all unquoted URLs</title>
<updated>2020-04-10T16:54:53Z</updated>
<author>
<name>Michael Reilly</name>
<email>OmnipotentEntity@gmail.com</email>
</author>
<published>2020-04-01T01:11:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=84cf00f98031e93f389f1eb93c4a7374a33cc0a9'/>
<id>urn:sha1:84cf00f98031e93f389f1eb93c4a7374a33cc0a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)</title>
<updated>2019-02-18T09:56:58Z</updated>
<author>
<name>Freezeboy</name>
<email>freezeboy@users.noreply.github.com</email>
</author>
<published>2019-02-17T13:00:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8f87a61de202067f618f028b82256055c46337bc'/>
<id>urn:sha1:8f87a61de202067f618f028b82256055c46337bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.mezzanine: refactor move to pyhton-modules</title>
<updated>2018-10-18T09:02:23Z</updated>
<author>
<name>Chris Ostrouchov</name>
<email>chris.ostrouchov@gmail.com</email>
</author>
<published>2018-10-16T21:51:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=82eaa207250c39a970e4daa5c527397bef81d93b'/>
<id>urn:sha1:82eaa207250c39a970e4daa5c527397bef81d93b</id>
<content type='text'>
required update and creation of new package to fix broken.
</content>
</entry>
<entry>
<title>pythonPackages.filebrowser_safe: refactor move to python-modules</title>
<updated>2018-10-17T05:46:59Z</updated>
<author>
<name>Chris Ostrouchov</name>
<email>chris.ostrouchov@gmail.com</email>
</author>
<published>2018-10-16T18:54:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=6f4332daa4dc6111317fa9af4b3f2c9ac45785a3'/>
<id>urn:sha1:6f4332daa4dc6111317fa9af4b3f2c9ac45785a3</id>
<content type='text'>
</content>
</entry>
</feed>
