matplotlib 1.3.0rc3 tomorrow

In article <51C0B2F6.5070805@...31...>,
Michael Droettboom <mdroe@...31...>
wrote:

I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge.

We may not get all the binaries up in the next little while, so I'll
wait for those and then make an announcement on matplotlib-users. After
a couple of weeks, assuming no serious problems, we'll be ready for
1.3.0 final.

Thanks again to everyone for their help with this release!

Mike

Why does the distro include a setup.cfg, and why does it bear no
resemblance to setup.cfg.template? (setup.cfg has just a few lines, and
none of them are described in setup.cfg.template)

-- Russell

In article <51C0B2F6.5070805@...31...>,
Michael Droettboom <mdroe@...31...>
wrote:

> I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge.
>
> We may not get all the binaries up in the next little while, so I'll
> wait for those and then make an announcement on matplotlib-users. After
> a couple of weeks, assuming no serious problems, we'll be ready for
> 1.3.0 final.
>
> Thanks again to everyone for their help with this release!
>
> Mike

Why does the distro include a setup.cfg, and why does it bear no
resemblance to setup.cfg.template? (setup.cfg has just a few lines, and
none of them are described in setup.cfg.template)

I don't see a setup.cfg file. I'm looking here:
https://github.com/matplotlib/matplotlib/tree/v1.3.x

All I see is the setup.cfg.template file.

···

On Wed, Jun 19, 2013 at 2:29 PM, Russell E. Owen <rowen@...748...> wrote:

-- Russell

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229

I found setup.cfg in the 1.3.0rc3 tarball that I downloaded from the usual location:<http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.3.0rc3/matplotlib-1.3.0rc3.tar.gz/download>

Here is the complete contents. None of these entries except [egg_info] appear in setup.cfg.template. However, setup.cfg.template has NO entries after [egg_info] which suggests that it could use more documentation.

— start setup.cfg ----

[egg_info]

tag_build =

tag_date = 0

tag_svn_revision = 0

— end setup.cfg ----

– Russell

···

On Wed, Jun 19, 2013 at 2:29 PM, Russell E. Owen <rowen@…748…> wrote:

In article <51C0B2F6.5070805@…31…>,

Michael Droettboom <mdroe@…1103…>
wrote:

I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge.

We may not get all the binaries up in the next little while, so I’ll

wait for those and then make an announcement on matplotlib-users. After

a couple of weeks, assuming no serious problems, we’ll be ready for

1.3.0 final.

Thanks again to everyone for their help with this release!

Mike

Why does the distro include a setup.cfg, and why does it bear no

resemblance to setup.cfg.template? (setup.cfg has just a few lines, and

none of them are described in setup.cfg.template)

I don’t see a setup.cfg file. I’m looking here: https://github.com/matplotlib/matplotlib/tree/v1.3.x

All I see is the setup.cfg.template file.

– Russell


This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev


Matplotlib-devel mailing list

Matplotlib-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences

201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229

I found setup.cfg in the 1.3.0rc3 tarball that I downloaded from the usual
location:<
Download matplotlib-1.3.0rc3.tar.gz (matplotlib)
>

Here is the complete contents. None of these entries except [egg_info]
appear in setup.cfg.template. However, setup.cfg.template has *NO* entries
after [egg_info] which suggests that it could use more documentation.

--- start setup.cfg ----
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

--- end setup.cfg ----

Ah, I see it now.

It looks like something that was put in automatically, but I doubt it's git.

Mike, did you do the standard git archive --format=tar v1.3.0rc3 | gzip >
foo.tar.gz ? I'd be surprised if that futzed with the tree...

···

On Wed, Jun 19, 2013 at 4:21 PM, Russell Owen <rowen@...748...> wrote:

-- Russell

On Jun 19, 2013, at 2:13 PM, Damon McDougall <damon.mcdougall@...149...> > wrote:

On Wed, Jun 19, 2013 at 2:29 PM, Russell E. Owen <rowen@...748...> wrote:

In article <51C0B2F6.5070805@...31...>,
Michael Droettboom <mdroe@...31...>
wrote:

> I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge.
>
> We may not get all the binaries up in the next little while, so I'll
> wait for those and then make an announcement on matplotlib-users. After
> a couple of weeks, assuming no serious problems, we'll be ready for
> 1.3.0 final.
>
> Thanks again to everyone for their help with this release!
>
> Mike

Why does the distro include a setup.cfg, and why does it bear no
resemblance to setup.cfg.template? (setup.cfg has just a few lines, and
none of them are described in setup.cfg.template)

I don't see a setup.cfg file. I'm looking here:
https://github.com/matplotlib/matplotlib/tree/v1.3.x

All I see is the setup.cfg.template file.

-- Russell

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229

--
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229

This appears to be created by setuptools. I create the tarball using `python setup.py sdist`, which is obviously doing this. I'll look into why it's doing this.

Due to this, some of the things that Russell reported, and

there's going to need to be another rc in short order, so stay tuned.

Mike

···

On 06/19/2013 05:33 PM, Damon McDougall wrote:

On Wed, Jun 19, 2013 at 4:21 PM, Russell Owen <rowen@...748... > <mailto:rowen@…748…>> wrote:

    I found setup.cfg in the 1.3.0rc3 tarball that I downloaded from
    the usual
    location:<matplotlib - Browse Files at SourceForge.net;

    Here is the complete contents. None of these entries except
    [egg_info] appear in setup.cfg.template. However,
     setup.cfg.template has *NO* entries after [egg_info] which
    suggests that it could use more documentation.

    --- start setup.cfg ----
    [egg_info]
    tag_build =
    tag_date = 0
    tag_svn_revision = 0

    --- end setup.cfg ----

Ah, I see it now.

It looks like something that was put in automatically, but I doubt it's git.

Mike, did you do the standard git archive --format=tar v1.3.0rc3 | gzip > foo.tar.gz ? I'd be surprised if that futzed with the tree...

    -- Russell

    On Jun 19, 2013, at 2:13 PM, Damon McDougall > <damon.mcdougall@...149... <mailto:damon.mcdougall@…149…>> wrote:

    On Wed, Jun 19, 2013 at 2:29 PM, Russell E. Owen <rowen@...748... >> <mailto:rowen@…748…>> wrote:

        In article <51C0B2F6.5070805@...31...
        <mailto:51C0B2F6.5070805@…31…>>,
         Michael Droettboom <mdroe@...31... <mailto:mdroe@…31…>>
         wrote:

        > I have tagged a 1.3.0rc3 and uploaded a tarball to Sourceforge.
        >
        > We may not get all the binaries up in the next little
        while, so I'll
        > wait for those and then make an announcement on
        matplotlib-users. After
        > a couple of weeks, assuming no serious problems, we'll be
        ready for
        > 1.3.0 final.
        >
        > Thanks again to everyone for their help with this release!
        >
        > Mike

        Why does the distro include a setup.cfg, and why does it bear no
        resemblance to setup.cfg.template? (setup.cfg has just a few
        lines, and
        none of them are described in setup.cfg.template)

    I don't see a setup.cfg file. I'm looking here:
    https://github.com/matplotlib/matplotlib/tree/v1.3.x

    All I see is the setup.cfg.template file.

        -- Russell

        ------------------------------------------------------------------------------
        This SF.net <http://SF.net> email is sponsored by Windows:

        Build for Windows Store.

        http://p.sf.net/sfu/windows-dev2dev
        _______________________________________________
        Matplotlib-devel mailing list
        Matplotlib-devel@lists.sourceforge.net
        <mailto:Matplotlib-devel@lists.sourceforge.net>
        matplotlib-devel List Signup and Options

    -- Damon McDougall
    http://www.damon-is-a-geek.com/&gt;
    Institute for Computational Engineering Sciences
    201 E. 24th St.
    Stop C0200
    The University of Texas at Austin
    Austin, TX 78712-1229

--
Damon McDougall
http://www.damon-is-a-geek.com
Institute for Computational Engineering Sciences
201 E. 24th St.
Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options